【问题标题】:Is there a way to determine what configuration file MySQL is using?有没有办法确定 MySQL 正在使用什么配置文件? 【发布时间】:2010-10-09 17:59:03 【问题描述】: 我可以在 MySQL 中运行一个命令来确定 MySQL 正在使用哪个/哪个配置文件? 【问题讨论】: 见stackoverflow.com/questions/580331/… 标签: mysql 【解决方案1】: 从 5.0 版开始,没有。但是请查看Determine which configuration file is being used,了解如何从外部 MySQL 中查看。 【讨论】: