MySQL用户管理和授权

#创建用户 create user teacher @localhost identified by ‘123456’; create user student @localhost ; #查看用户 select user,host from mysql.user; #创建用户并授权 grant select,update on ATM_bankDB.view_cardinfo to [email
相关文章
相关标签/搜索