MySQL my.ini location

前端 未结 14 2285
梦如初夏
梦如初夏 2020-11-27 12:17

I have already seen http://dev.mysql.com/doc/refman/4.1/en/mysql-config-wizard-file-location.html

how to know mysql my.cnf location

and

http://dev.

14条回答
  •  执笔经年
    2020-11-27 13:02

    1. Enter "services.msc" on the Start menu search box.
    2. Find MySQL service under Name column, for example, MySQL56.
    3. Right click on MySQL service, and select Properties menu.
    4. Look for "Path To Executable" under General tab, and there is your .ini file, for instance, "C:\Program Files (x86)\MySQL\MySQL Server 5.6\bin\mysqld.exe" --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.6\my.ini" MYSQL56

提交回复
热议问题