Skip to main content

All Questions

3 votes
1 answer
3k views

In a MySQL Trigger, how to get informations on the user sending the request?

I'm on MySQL 5.5, with a trigger, and I want to check if the user can do its request. It's just an exemple, how can I do with a code like this? -- Trigger DDL Statements DELIMITER $$ USE `database`$$...
Pascal Qyy's user avatar
  • 4,502