标签:roo string 远程 连接 select bsp cat user flush
1、mysql -u root -p
输入密码
2、use mysql
3、select host,user,authentication_string from user;
4、update user set host=‘%‘ where user = ‘root‘;
5、grant all privileges on *.* to root@‘%‘ identified by "password";
6、flush privileges;
标签:roo string 远程 连接 select bsp cat user flush
原文地址:https://www.cnblogs.com/liuyanerfly/p/9436454.html