I run a MySQL database that is remotly accessed by a number of different people.
Each person connects to the server using a terminal emulation package, logins in to the unix server using their own login, and then access MySQL via the MySQL prompt.
Is there anyway I can log what each user is doing. i.e. I want to know what SQL statements they have written?
Each person connects to the server using a terminal emulation package, logins in to the unix server using their own login, and then access MySQL via the MySQL prompt.
Is there anyway I can log what each user is doing. i.e. I want to know what SQL statements they have written?