角色权限问题我要创建一个用户,该用户拥有增删改查权限,不能改表结构,可以创建存储过程。[解决办法]grant select,update,insert,delete on table_name to 角色名 grant create procedure to 角色名