Hi guys! I have searched for the answer to this one and haven't found it. I think it's simple. We have several users on our system that are (via programmatic methodology) using the same user id to run MySQL commands. I have been tasked with storing the user environment variable when these commands are ran.
I guess my question is this: can one send comments along with a MySQL query ? I am aware that you can store comments about tables and that sort of stuff. The goal here is to be able to look at any given query from the log and see who executed it from the comments being sent along with the query/select/etc etc. (Of course the best idea would be to not use the same dang user for MySQL but unfortunately I can't change that).
Shelly