Home  >  Article  >  Database  >  linux下寻找mysql配置文件_MySQL

linux下寻找mysql配置文件_MySQL

WBOY
WBOYOriginal
2016-06-01 13:08:541005browse

1:whereis mysql 或者ps -ef|grep mysql查看mysqld的目录 
2:/x/mysqld --verbose --help |grep -A1 'Default options are read' 
3:在列出的文件中一一查看是否存在,存在的即为mysql配置文件

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn