mysql用户与授权

点击查看原文

原文作者:希仁之拥 | 来源:希仁之拥

1.创建用户insert into mysql.user(Host,User,Password) values("localhost","test",password("123456"));2.用户授权授权格式:grant 权限 on 数据库.* to 用户名@登录主机 identified by
...

相关文章

暂无评论

none
暂无评论...