Translations:Database servers/36/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
m (FuzzyBot moved page Translations:Database/36/en to Translations:Database servers/36/en without leaving a redirect: Part of translatable page "Database")
(Importing a new version from external source)
Line 1: Line 1:
Your created PostgreSQL account will have the same username as your Compute Canada username. You will be given a database. The name of the database will typically be "db_<username>" where <username> is your Compute Canada username. Users are not able to create databases. If you need more databases please send us a request at support@computecanada.ca . PostgreSQL uses IDENT authentication for connection from cedar compute nodes which means no  password is needed to be supplied to your PostgreSQL account. For security reasons your Compute Canada password is to NEVER be required or used in a script. This also means that user A from a cedar compute node cannot make a PostgreSQL connection to user B.
The PostgreSQL account we create for you will have the same username as your Compute Canada username. You will be given a database. The name of the database will typically be "db_<username>" where <username> is your Compute Canada username. You cannot create a database yourself. If you need more than one database, please send us a request at support@computecanada.ca.
When access is from the head node, however, PostgreSQL uses PAM authentication which means that you will be prompted
for a password. Your password for PostgreSQL connection is the same as your Compute Canada password for this case. Example:

Revision as of 18:56, 22 June 2018

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Database servers)
The PostgreSQL account we create for you will have the same username as your Alliance username. You will be given a database. The name of the database will typically be "<username>_db" where <username> is your Alliance username. You cannot create a database yourself. If you need more than one database, please send a request to [[Technical support]].

The PostgreSQL account we create for you will have the same username as your Compute Canada username. You will be given a database. The name of the database will typically be "db_<username>" where <username> is your Compute Canada username. You cannot create a database yourself. If you need more than one database, please send us a request at support@computecanada.ca.