原文:mysql 增加只讀用戶查詢指定表

GRANT SELECT ON dsideal db.t base organization TO guanli IDENTIFIED BY GRANT SELECT ON dsideal db.t base class TO guanli IDENTIFIED BY GRANT SELECT ON dsideal db.t sys role TO guanli IDENTIFIED BY GRA ...

2017-06-27 14:59 0 1426 推薦指數:

查看詳情

sql server創建只讀用戶訪問指定

exec sp_addlogin '用戶名','密碼','數據庫'go use 數據庫exec sp_grantdbaccess '用戶名'gouse 數據庫grant select on 名to "用戶名" ...

Fri Mar 06 20:33:00 CST 2020 0 748
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM