原文:oracle授權表權限給用戶

命令:grant xxx權限 on Table to USER grant select,insert,update,delete,all on 表名 to 用戶名 例如:將test表的查詢權限賦予tom這個用戶 grant select on test to tom ...

2018-08-29 13:52 0 8144 推薦指數:

查看詳情

授權表權限用戶

命令:grant xxx權限 on Table to USER grant select,insert,update,delete,all on 名 to 用戶名 例如:將test的查詢權限賦予tom這個用戶 grant select on test to tom ...

Tue Jan 07 21:25:00 CST 2020 0 2735
MySQL創建用戶授權表權限

1,創建數據庫: 2,創建用戶: 其中: username是用戶名 host是可訪問主機,通配符為'%' password是密碼 3,授權用戶: 其中: ALL 代表所有權限,其余可選項有SELECT,UPDATE,DELETE等 ...

Thu Jan 14 18:41:00 CST 2021 0 645
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM