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

mysql查看用户列表,查看用户授权,创建用户授权,删除用户

时间:2018-07-14 16:30:46      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:user   and   word   from   delete   mys   HERE   ant   password   

查看用户列表
select from host,user,password from mysql.user;

查看授权
show grants for root@localhost;

建用户授权
grant all privileges on . to root@localhost identified by ‘123456‘;

删除用户
delete from mysql.user user=‘root‘
delete from mysql.user where user=‘root‘ and ip=‘localhost‘;

mysql查看用户列表,查看用户授权,创建用户授权,删除用户

标签:user   and   word   from   delete   mys   HERE   ant   password   

原文地址:http://blog.51cto.com/yht1990/2142473

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