What is the location of mysql client .my.cnf using XAMPP in Windows?
.my.cnf
Clarification: This file does not exist by default, so when you cr
Go to control panel → services, look for MySQL and right click choose properties. If there, in “path to EXE file”, there is a parameter like
--defaults-file="X:\path\to\my.ini"
this is the file the server actually uses (independent of what mysql --help prints).
mysql --help