What is the location of mysql client “.my.cnf” in XAMPP for Windows?

前端 未结 14 2152
迷失自我
迷失自我 2020-11-27 06:21

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

14条回答
  •  遥遥无期
    2020-11-27 07:07

    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).

提交回复
热议问题