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