mysql数据库设置远程连接权限

mysql数据库设置远程连接权限

grant all privileges on *.* to 'root'@'%' identified by 'root' with grant option

原文地址:https://www.cnblogs.com/yasepix/p/12292726.html