How do I know which configuration file is used by MySQL currently? Is there any command or something to find it out?
mysqld --help --verbose will find only location of default configuration file. What if you use 2 MySQL instances on the same server? It's not going to help.
Good article about figuring it out:
"How to find MySQL configuration file?"