PDA

View Full Version : MySQL Trigger


kb0kqa
07-31-2008, 05:13 PM
I'm learning MySQL as I go... I'm interested in using "CREATE TRIGGER", but the database (mysql.nozonenet.com) returns:

ERROR 1227 (42000): Access denied; you need the SUPER privilege for this operation

Is this telling me that I cannot do this as at all due to Steadfast settings, or that I need to make a change somewhere to my account?

Thanks.

Kevin
07-31-2008, 10:15 PM
This is something that requires an administrative MySQL server account to do. Unfortunately we cannot offer such features to customers on shared hosting.

kb0kqa
08-03-2008, 08:50 AM
Thanks for the response!