批改mysql远程访问权限
修改mysql远程访问权限
grant all privileges on *.* to root@'%' identified by "000000";
flush privileges;
grant all privileges on *.* to root@'%' identified by "000000";
flush privileges;