All Questions
1 question
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`$$...