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

"1130-host ... is not allowed to connect to this MySql server"登录失败

解决:授权!

mysql>GRANT ALL PRIVILEGES ON *.* TO ‘user‘@‘%‘ IDENTIFIED BY ‘password‘ WITH GRANT OPTION;
mysql> FLUSH  PRIVILEGES;

完毕!

"1130-host ... is not allowed to connect to this MySql server"登录失败

标签:连接   失败   serve   style   not   class   没有   option   span