日期:2014-05-19  浏览次数:20409 次

角色权限问题
我要创建一个用户,该用户拥有增删改查权限,不能改表结构,可以创建存储过程。

------解决方案--------------------
grant select,update,insert,delete on table_name to 角色名
grant create procedure to 角色名