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
相關文章
相關標籤/搜索