MySQL Forums
Forum List  »  Triggers

Re: ERROR 1142 (42000): TRIGGER command denied to user
Posted by: Alex Matthews
Date: October 16, 2013 04:59AM

Thanks very much for the pointer! Searching for the error on Google simply suggests the missing GRANT 'SUPER', which I had.

So for anyone needing the actual syntax its as follows: -

GRANT TRIGGER ON *.* TO ucac_joomla_v2@'localhost' IDENTIFIED BY '[USER PASSWORD]';

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ERROR 1142 (42000): TRIGGER command denied to user
10507
October 16, 2013 04:59AM


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.