会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
执笔者
博客园
首页
新随笔
联系
管理
订阅
2022年4月24日
mysql远程连接权限grant all privileges on *.* to ‘root‘@‘%‘ identified by ‘123456‘ with grant optio语句报错
摘要: 这条语句适用于MySQL8.0之前的 而MySQL8.0及之后的,设置远程连接权限要用下面的语句才可以 create user root@'%' identified by '123456'; grant all privileges on *.* to root@'%' with grant op
阅读全文
posted @ 2022-04-24 15:24 执笔者
阅读(327)
评论(0)
推荐(0)
编辑
公告