Skip to content

Database credentials #9

@drupauler

Description

@drupauler

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions