grant all privileges on *.* to 'root'@'%' identified by 'root' with grant option;
flush privileges;
第一个root:账号
第二个root:密码
%标识所有ip
grant all privileges on *.* to 'root'@'%' identified by 'root' with grant option;
flush privileges;
第一个root:账号
第二个root:密码
%标识所有ip