Most schemas' tables have last_updated_date and last_updated_by columns. I knew how to populate this in Oracle, but I am now using MySQL. Could someone please share how to get the mysql system variable that represents the currently logged in database user who is initiating an insert/update on a table?
I have googled and trolled the MySQL docs without much success...
THANK YOU!