Is it possible to grant a privilege to a user such that they can execute all stored procs on the server (or even within a single db on that server). Looking at the grant syntax docs (5.5), it says that I have to grant execute on procedure <dbname>.<procname> to .... for each and every stored proc. Is there a way to do this less clusily by manipulating the mysql db itself?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
|||
|
|
|
For any user privileges defined against database
First, see if any users are defined in
If none of the users already have database-level privileges, then give it to them. If you want to grant every user the ability to run stored procedures against database
Notice I set :
|
||||
|
|