当前位置:Gxlcms > 数据库问题 > "1130-host ... is not allowed to connect to this MySql server"登录失败

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

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

解决:授权!

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   

人气教程排行