码迷,mamicode.com
首页 > 其他好文 > 详细

grant all privileges on *.* to root@"%" identified by ".";报错问题

时间:2020-02-23 09:21:40      阅读:1003      评论:0      收藏:0      [点我收藏+]

标签:mysql   col   mamicode   inf   span   div   ges   支持   grant   

MySQL 8.0已经不支持下面这种命令写法
grant all privileges on *.* to root@"%" identified by ".";

正确的写法是
grant all privileges on *.* to root@% ;

技术图片

 

grant all privileges on *.* to root@"%" identified by ".";报错问题

标签:mysql   col   mamicode   inf   span   div   ges   支持   grant   

原文地址:https://www.cnblogs.com/Loners/p/12348366.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!