What config file is the MySQL server using?
from the Artful MySQL Tips List
Under *Nix, run ...
ps aux | grep mysqld
... then check the value of the --defaults-file option shown in the output.
Under Windows, open the services applet (eg Start | Run | services.msc), scroll down to the MySQL service, click on Properties, and check the value of the --defaults-file option.
Return to the Artful MySQL Tips page