Re: Having One and Only User But Having Not Admin Permissions
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.
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.