0

[PDOException]
SQLSTATE[HY000] [2002] Connection refused

I am getting this error when trying to do "php artisan migrate". I have checked all my settings for the port and everything. My problem is the same as in this question:

Connection MySQL with PDO PHP

But I see it wasn't resolved. I even tried using this script:

https://ardamis.com/2008/05/26/a-php-script-for-testing-a-mysql-database-connection/

But no luck there either. Just a blank page.

Any ideas?

4

3 に答える 3

0

これがどのように修正されるかはわかりませんが、現在は機能しています。「127.0.0.1」から「localhost」に変更したところ、元のエラーはなくなりました。しかし、別のエラーが発生しました:

 [PDOException]                                    

SQLSTATE[HY000] [2002] そのようなファイルまたはディレクトリはありません

他のスレッドを読んで、127.0.0.1 に戻して Apache サーバーを再起動したところ、現在は機能しています。ご協力いただきありがとうございます!

于 2016-07-20T22:37:24.670 に答える