error: SQLSTATE[HY000] [2002] Connection refused (SQL: select * from information_schema.tables where table_schema = c9 and table_name = migrations)

cloud9 上で php artisan migrate:reset 時に下記のエラー

SQLSTATE[HY000] [2002] Connection refused (SQL: select * from information_schema.tables where table_schema = c9 and table_name = migrations)

composer dump-autoload してもダメな時

なぜか

phpmyadmin-ctl install で phpmyadmin を立ち上げると

php artisan migrate:reset が出来るようになる。