आप जो जानकारी चाहते हैं, उसे चलाकर पाया जा सकता है
mysql --help
या
mysqld --help --verbose
मैंने इस कमांड को अपनी मशीन पर आजमाया:
mysql --help | grep "Default options" -A 1
और इसका प्रिंट आउट हो गया:
Default options are read from the following files in the given order:
/etc/my.cnf /usr/local/etc/my.cnf ~/.my.cnf
देखें कि क्या यह आपके लिए काम करता है।