0

我正在使用 Laravel Valet,我可以在浏览器中看到该网站,但无法建立数据库连接。我知道这一点是因为我在尝试迁移表时收到错误消息。

SQLSTATE[HY000] [2002] Connection refused

步骤:我使用 Homebrew 安装了 php 和 mysql。安装 mysql 后,我运行mysql -uroot -p并输入了新的安全密码。我使用 Sequel Pro 的连接设置是:

Host: 127.0.0.1
Username: root
Password: (the password I created in the MySQL step)

错误信息:

Unable to connect to host 127.0.0.1, or the request timed out.

Be sure that the address is correct and that you have the necessary privileges, or try increasing the connection timeout (currently 10 seconds).

MySQL said: Can't connect to MySQL server on '127.0.0.1' (61)

知道为什么我无法连接吗?

PS 我的 Mac (Mojave) 上同时安装了 MAMP 和 Valet。这些会不会相互冲突?我应该删除一个吗?

4

0 回答 0