I have to create a trigger on a schema. I tried to create it, but MySql responsed Trigger command denied to user.
I gone to the user administration. I saw that all privileges on all schemas was available (included Trigger privileges). I Click << button to grant all privileges for all databases. After that I saw that databases have all privileges. Close MySql administrator, open Query Browser, Create trigger, MySql responsed Trigger command denied to user. Open MySQL administrator, go to User administration, no database have Event and Trigger privileges. I tried also to give Super privileges to my user, but the situation was the same.
How I can create the triggers I want?
Thank You
Lucio
I gone to the user administration. I saw that all privileges on all schemas was available (included Trigger privileges). I Click << button to grant all privileges for all databases. After that I saw that databases have all privileges. Close MySql administrator, open Query Browser, Create trigger, MySql responsed Trigger command denied to user. Open MySQL administrator, go to User administration, no database have Event and Trigger privileges. I tried also to give Super privileges to my user, but the situation was the same.
How I can create the triggers I want?
Thank You
Lucio