MySQL Forums
Forum List  »  Newbie

Re: Having One and Only User But Having Not Admin Permissions
Posted by: Barry Galbraith
Date: July 01, 2023 05:55AM

Just to clarify. If you GRANT ALL ON *.dB to 'user' you don't get SUPER privilege.

But, if you GRANT ALL On *.* to 'user' then you do get SUPER privilege, (and a lot of others).

In other words, the GRANT needs to be GLOBAL, rather than db specific.

If you don't have SUPER, then you can't create a trigger, function, or stored proc if BINARY LOG is on.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Having One and Only User But Having Not Admin Permissions
July 01, 2023 05:55AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.