1. 用户名、密码
ip:xx.xx.xx.xx
port:3306
user:root
password:yyyyyyyyy
2. 远程连接时发现无法从远程主机使用root账号连接,解决办法:
grant all privileges on *.* to root@'%' identified by 'yyyyyyyyy';
flush privileges;
1. 用户名、密码
ip:xx.xx.xx.xx
port:3306
user:root
password:yyyyyyyyy
2. 远程连接时发现无法从远程主机使用root账号连接,解决办法:
grant all privileges on *.* to root@'%' identified by 'yyyyyyyyy';
flush privileges;