How to find out the location of currently used MySQL configuration file in linux

前端 未结 7 561
慢半拍i
慢半拍i 2020-12-23 13:06

How do I know which configuration file is used by MySQL currently? Is there any command or something to find it out?

7条回答
  •  不思量自难忘°
    2020-12-23 14:08

    you can find it by running the following command

    mysql --help
    

    it will give you the mysql installed directory and all commands for mysql.

提交回复
热议问题