What is the location of mysql client .my.cnf using XAMPP in Windows?
Clarification: This file does not exist by default, so when you cr
After checking the default locations on Win7 with mysql --help and unable to find any config file, I manually searched for my.ini and found it at C:\ProgramData\MySQL\MySQL Server x.y (yep, ProgramData, not Program Files).
Though I used an own my.ini at Program Files, the other configuration overwrote my settings.