2019年9月5日

摘要: 1、显示所有用户 SELECT User, Host, Password FROM mysql.user; 2、授权用户使用某个数据库。 grant select on my_db.* to hjh; 3、设置密码 set password for hjh = password('xxx'); 4、 阅读全文
posted @ 2019-09-05 15:12 angelshelter 阅读(85) 评论(0) 推荐(0) 编辑

导航