remote connect
#bind-address = 127.0.0.1
#skip-networking
grant all privileges on *.* to 'root'@'%' identified by 'xxx' with grant option;
flush privilegs;
remote connect
#bind-address = 127.0.0.1
#skip-networking
grant all privileges on *.* to 'root'@'%' identified by 'xxx' with grant option;
flush privilegs;