"Host 'gateway' is not allowed to connect to this MariaDB server"
到linux 输入
mysql -u root -p
然后输入密码:grant all privileges on *.* to root@'%' identified by "password"; password是自己的密码 就改这里就可以了
再输入:select host,password from mysql.user;
就可以了
"Host 'gateway' is not allowed to connect to this MariaDB server"
到linux 输入
mysql -u root -p
然后输入密码:grant all privileges on *.* to root@'%' identified by "password"; password是自己的密码 就改这里就可以了
再输入:select host,password from mysql.user;
就可以了