Mysql
 sql >> Datenbank >  >> RDS >> Mysql

So finden Sie den Speicherort der aktuell verwendeten MySQL-Konfigurationsdatei unter Linux heraus

Die gewünschten Informationen finden Sie, indem Sie

ausführen
mysql --help

oder

mysqld --help --verbose

Ich habe diesen Befehl auf meinem Rechner ausprobiert:

mysql --help | grep "Default options" -A 1

Und es wurde ausgedruckt:

Default options are read from the following files in the given order:
/etc/my.cnf /usr/local/etc/my.cnf ~/.my.cnf

Sehen Sie, ob das für Sie funktioniert.