1. 程式人生 > >Navicat連線MariaDB出錯:1130-host . is not allowed to connect to this mysql server,

Navicat連線MariaDB出錯:1130-host . is not allowed to connect to this mysql server,

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