码迷,mamicode.com
首页 > 数据库 > 详细

Mysql Grant权限(WITH GRANT OPTION)

时间:2019-06-26 16:27:36      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:mysq   image   ant   ide   inf   t权限   png   http   alt   

mysql>grant all on *.* to test@’192.168.1.20’ identified by ‘123456’ mysql>flush privileges; 结果显示:Grant_priv为"N"

技术图片

解决方法:在最后加上With Grant Option 
mysql>grant all on *.* to test@’192.168.1.20’ identified by ‘123456’ WITH GRANT OPTION
mysql>flush privileges;
结果显示:Grant_priv为"Y"

技术图片

Mysql Grant权限(WITH GRANT OPTION)

标签:mysq   image   ant   ide   inf   t权限   png   http   alt   

原文地址:https://blog.51cto.com/1929297/2413775

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