MySQL Forums
Forum List  »  Triggers

Re: logon trigger to restrict login from workbench
Posted by: Georgi Kodinov
Date: March 02, 2018 03:59AM

Forgot the GRANT !

grant execute on procedure mysql.p1 to u1@localhost;

Users without this grant can't execute p1 so they can't login.

Georgi "Joro" Kodinov
MySQL SrvGen team lead
Plovdiv, Bulgaria

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: logon trigger to restrict login from workbench
968
March 02, 2018 03:59AM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

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.