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

前端 未结 14 2154
迷失自我
迷失自我 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:06

    If you're on Cygwin this command will show you the locations:

    mysql --help |grep -A1 Default|grep my
    

提交回复
热议问题