multiserver: grant privileges
I was looking at installation code.
In case of multiserver, the client doesn't need full root privileges but only GRANT privilege, right?
As far as I can see, the only queries that are executed by the client to the master server, are GRANTS and INSERS to 'server' table.
A mysql user with INSERT+GRANT only privileges should be enough, right?
|