输入banner图图片脚本导航/分类

laravel-执行:phpartisanmigrate时报错

执行: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