源码编译安装 MySQL 5.5.x 笔记(二)

2014-11-24 17:14:08 · 作者: · 浏览: 1
l
mysql>select Host,User,Password from user; //查看所有用户
mysql>delete from user where password="";
mysql>flush privileges;
mysql>select Host,User,Password from user; //确认密码为空的用户是否已全部删除
mysql>exit;


--------------------------------------分割线 --------------------------------------


--------------------------------------分割线 --------------------------------------