I am looking for advice on getting drush to work with a private mysql instance. All drush commands seem to work on my regular databases. But starting a drush command from within a drupal installation working with a private mysql instance leads to the following error message: Drush was not able to start bootstrap) the Drupal database. [error] Hint: This may occur when Drush is trying to:
Database is addressed in settings.php with the following lines: $databases['default']['default'] = array( 'driver' => 'mysql', 'database' => 'xxrecht', 'username' => 'xxrecht', 'password' => '...', 'host' => '159.xxx.151.15:29xx2', ); Any advice would be welcome. Thanks, Eric asked 28 Mar '15, 00:58 Eric Wassink |
Can you update this Question to include your "
settings.php
" (minus confidential information)?