Re: ERROR 1142 (42000): TRIGGER command denied to user
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]';
Subject
Views
Written By
Posted
57180
October 15, 2013 05:14AM
12523
October 15, 2013 03:49PM
Re: ERROR 1142 (42000): TRIGGER command denied to user
10699
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.