Požadované informace lze nalézt spuštěním
mysql --help
nebo
mysqld --help --verbose
Zkoušel jsem tento příkaz na svém počítači:
mysql --help | grep "Default options" -A 1
A vytisklo se:
Default options are read from the following files in the given order:
/etc/my.cnf /usr/local/etc/my.cnf ~/.my.cnf
Zjistěte, zda to funguje pro vás.