Phpmyadmin – The specified database connection is not defined: default for Drupal drush
I have the following configurations for my Drupal site: sites/mysite/settings.local.php $databases['default']['default'] = array( 'database' => 'mydb', 'username' => 'root', 'password' => 'password', 'prefix' => '', 'host' => '127.0.0.1', 'port' => '', 'namespace' => 'Drupal\Core\Database\Driver\mysql', 'driver' => 'mysql', ); and for…