标签:cti san 时报 config 执行 rate state 配置 conf
错误如下:
执行:php artisan migrate时报错:
[PDOException]
SQLSTATE[HY000] [2002] Connection refused
解决办法:
第一步:.env文件下host配置错了,应该是虚拟上的mysql,所以host=192.168.10.10
第二步:执行 php artisan config:clear
第三部:执行 php artisan migrate
Lavarel 执行:php artisan migrate时报错
标签:cti san 时报 config 执行 rate state 配置 conf
原文地址:http://www.cnblogs.com/feixiablog/p/7845292.html