I'd like to monitor a MySQL 5.0.77 server and log every incoming connection for a day. I need to know who is connecting to the database.
I tried with the general logging but it's logging way too much and I can't keep it on long enough, log file is growing too fast.
Is there a way to do that ? Thanks