Tapez ceci :
mysql --help
Ensuite, regardez la sortie. Il y a un bloc de texte environ 3/4 vers le bas décrivant les fichiers qu'il trouve par défaut .my.cnf
depuis. Voici un exemple depuis XAMPP v3.2.1 :
Default options are read from the following files in the given order:
C:\Windows\my.ini C:\Windows\my.cnf C:\my.ini C:\my.cnf C:\xampp\mysql\my.ini C:\xampp\mysql\my.cnf C:\xampp\mysql\bin\my.ini C:\xampp\mysql\bin\my.cnf
Votre configuration peut différer. Vous devrez exécuter la commande pour vérifier les chemins réels sur votre système particulier.