开发者

How to grant EXECUTE Stored Procedure for a user in mysql

开发者 https://www.devze.com 2023-02-02 04:11 出处:网络
I am trying to gra开发者_开发技巧nt EXECUTE Stored Procedure for a user in cPanel(the latest version 11.28.60), but it does not work. Should I create the Stored Procedure before grant the EXECUTE priv

I am trying to gra开发者_开发技巧nt EXECUTE Stored Procedure for a user in cPanel(the latest version 11.28.60), but it does not work. Should I create the Stored Procedure before grant the EXECUTE privilege? Thanks.


Yes, create the procedure first. The procedure has to exist before you can grant permissions on it.

0

精彩评论

暂无评论...
验证码 换一张
取 消