Is there way to access inLogin from inside of a mysql db trigger? Trying to use "after update", "after insert" and "after delete".
I am using inLogin on my updateable reports and would like to have an audit and the simplest way to implement an audit is db triggers on tables being updated from my report, but inside of the trigger code I only have access to mysql CURRENT_USER() which is the mysql db user used by mydbr to connect to db. But I can't think of a way to access inLogin value.
Any suggestions please?
Thank you!
Eugene