-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Description
Can you confirm database creedentials please.
I'm installing into a hosted environment. Created DB, ran import then created user account:
$databases['default']['default'] = array (
'database' => 'aaaaa-xxxxxxxx', (aaaaa is hosted account id)
'username' => 'yyyyyyy',
'password' => 'zzzzzzzz',
'prefix' => '',
'host' => 'localhost',
'port' => '3306',
'namespace' => 'Drupal\Core\Database\Driver\mysql',
'driver' => 'mysql',
);
But get database error on connection.
Thanks
Metadata
Metadata
Assignees
Labels
No labels