[DATABASE]
Root user connection details and user names (and passwords) for database users to be created
[DATABASE]
DB_USER = anonymous
DB_PASS =
DB_SESSION_USER = ensrw
DB_SESSION_PASS = ensrw
DB_IMPORT_USER = importer
DB_IMPORT_PASSWORD = importpassword
DB_ROOT_USER = root
DB_ROOT_PASSWORD = secretpassword
DB_PORT = 3306
DB_HOST = localhost
DB_USER
hasSELECT
permissions only and will be used as the 'ro' user for the Ensembl instance.DB_SESSION_USER
has permissions on theensembl_accounts
database and will be used as the 'rw' user for the Ensembl instance.DB_IMPORT_USER
has more extensive permissions on all databases and will be used during Core and Compara Import.
Updated less than a minute ago