MySQL multiple instances: can you specify a separate general_log/general_log_file option?
- by gravyface
Have two working MySQL instances as well as the default instance.
I have general logging enabled on the default; this is working fine.
On the second instance, I've added:
general_log = 1
general_log_file = /path/to/log/file
under [mysqld1].
Restarted the instance (using mysqladmin and confirmed it was not running with mysqld_multi report 1),…