privileges
Create trigger MySQL 5.0 - super privilege required
Submitted by Tim Hollobon on Thu, 01/08/2009 - 11:50
In one of our C++ applications we programmatically create and write a trigger to the database. The application is designed to connect to Microsoft SQL Server, Oracle and MySQL 5.0.
When connected to MySQL 5.0, when the code attempted to create the trigger the following error was returned:
ERROR 1227 (42000): Access denied; you need the SUPER privilege for this operation
To grant the super privilege to the MySQL user, use the MySQL Query browser and connect to the database that the user needs super privilege. Then execute the following command:
grant super on *.* to Tim
Popular Articles
Last viewed:
- C# Store/Retrieve File in Database Image Field using ODBC
- C# Generate Password Hash with Salt
- C# Free Component to Generate PDF - Convert HTML to PDF
- Clustered Index vs. Non-Clustered Index in SQL Server
- Getting Started with Microsoft Chart Controls for ASP.NET 3.5
- GridView ObjectDataSource LINQ Paging and Sorting

Recent comments
14 hours 34 min ago
1 day 14 hours ago
3 days 15 hours ago
4 days 4 hours ago
4 days 15 hours ago
4 days 21 hours ago
5 days 1 hour ago
1 week 22 hours ago
1 week 1 day ago
1 week 4 days ago