原文: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