摘要:
//mysql8.0之前版本。设置主库grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option; //mysql8.0以及之后版本。设置主库create user 'root'@'%'iden 阅读全文
摘要:
链接:https://www.jianshu.com/p/2759f872689a mysql远程连接权限 grant all privileges on *.* to ‘root‘@‘%‘ identified by ‘123456‘ with grant option; 语句报错 这条语句适用于 阅读全文