mysql8建立及刪除用戶

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