欢迎投稿

今日深度:

Navicat连接MariaDB出错:1130-host . is not allowed to connect to this mysql server,,navicatmariadb

Navicat连接MariaDB出错:1130-host . is not allowed to connect to this mysql server,,navicatmariadb


在安装mysql的机器上运行:
mysql -u root -password
mysql>usemysql;
mysql>update user set host = '%' where user ='root';
mysql>select host, user from user; 
mysql>flush  privileges;

www.htsjk.Com true http://www.htsjk.com/mariadb/31099.html NewsArticle Navicat连接MariaDB出错:1130-host . is not allowed to connect to this mysql server,,navicatmariadb 在安装mysql的机器上运行:mysql -u root -passwordmysqlusemysql;mysqlupdate user set host = '%' where user ='root';mysqlselect h...
相关文章
    暂无相关文章
评论暂时关闭