当前位置:Gxlcms > PHP教程 > laravel-执行:phpartisanmigrate时报错

laravel-执行:phpartisanmigrate时报错

时间:2021-07-01 10:21:17 帮助过:22人阅读

执行:php artisan migrate时报错:
[PDOException]
SQLSTATE[HY000] [2002] Connection refused

回复内容:

执行:php artisan migrate时报错:
[PDOException]
SQLSTATE[HY000] [2002] Connection refused

已经解决了,是我.env文件下host配置错了,应该是虚拟上的mysql,所以host=192.168.10.10

人气教程排行