創建數據庫
CREATE DATABASE testDB;
創建用戶
create user test IDENTIFIED by 123456;
授權
grant all privileges on testDB.* to test;
flush privileges;
其他授權命令
查看授權
show grants for test;
收回授權
revoke select on testDb.* from test;
標簽:
- 版權所有:奇站網絡 轉載請注明出處
- 廈門奇站網絡科技有限公司,專業提供網站建設,響應式網站建設,小程序開發,系統定制開發。
- 軟件開發咨詢熱線:吳小姐 13313868605