300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > ERROR 1130 (HY000): Host 'xxx.xxx.xx.xx' is not allowed to connect to this MySQL(MariaDB) server

ERROR 1130 (HY000): Host 'xxx.xxx.xx.xx' is not allowed to connect to this MySQL(MariaDB) server

时间:2022-08-23 13:23:51

相关推荐

ERROR 1130 (HY000): Host 'xxx.xxx.xx.xx' is not allowed to connect to this MySQL(MariaDB) server

use mysql;select host, user from user; // 查看host是否是‘%’// 如果不是update user set host='%' where user='root'; // 有报错,不予理会flush privileges;

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。