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

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

    Look in the MySQL config file C:\xampp\mysql\bin\my.ini.

    At the top of that file are some comments:

    # You can copy this file to
    # C:/xampp/mysql/bin/my.cnf to set global options,
    # mysql-data-dir/my.cnf to set server-specific options (in this
    # installation this directory is C:/xampp/mysql/data) or
    # ~/.my.cnf to set user-specific options.
    

    There it tells you where to find your .my.cnf file.

    0 讨论(0)
  • 2020-11-27 07:14

    Create it yourself in folder "c:\xampp\mysql".

    0 讨论(0)
提交回复
热议问题