Enabling MySQL Log File
I am in need of doing some logging to find out who is accessing the databases in the server and which databases are being accessed. To do this, I need to have MySQL's logs enabled (right now the ones located in /var/log/ are empty). How do I do this. I start mysql via "service mysqld start". I am not finding any useful information on how to get this done.
Thank you for your help.
|