--解决报错:1130-host xxx.xxx.xxx.xxx is not allowed to connect to this MySql server
use mysql;
update
user
set
host =
'%'
where
=
'root'
;
--修改完后请重启mysql服务 http://yuncode.net/code/c_519ced5d8dd2460