在macOS中使用终端在Laravel中进行迁移时如何解决连接被拒绝的错误

时间:2019-02-04 20:15:24

标签: macos xampp laravel-5.7

我在macOS High Sierra上使用XAMPP。我正面临这个问题。

enter image description here
.env文件

LOG_CHANNEL=stack
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=blog
DB_USERNAME=root
DB_PASSWORD=''

enter image description here
错误

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

0 个答案:

没有答案