mysql 創建用戶並賦權,收回權限

1.創建用戶 語法: CREATE USER user [IDENTIFIED BY [PASSWORD] 'password']  [, user [IDENTIFIED BY [PASSWORD] 'password']] ... 例子: CREATE USER 'test001' IDENTIFIED BY  '123456'; 2.授權 語法: GRANT priv_type [(colu
相關文章
相關標籤/搜索