mysql8創建及刪除用戶

查詢用戶信息 select host,user,authentication_string from mysql.user; host爲下文的localhost,user爲下文的jerry,對照着自己的修改即可。 * 創建用戶* create user ‘jerry’@‘localhost’ identified by ‘123456’; 賦予用戶數據庫操作權限 Grant all privile
相關文章
相關標籤/搜索