kaiser_cn 发表于 2016-10-20 10:15:11

为mysql 用户增加执行存储过程权限

引用
grant select, insert, update, delete, execute on digital_id.* to justel_digitid@localhost IDENTIFIED by '1234!@#$'


execute代表执行存储过程权限
页: [1]
查看完整版本: 为mysql 用户增加执行存储过程权限