linux mysql 客户端配置文件和服务端配置文件

有很多教程会告诉你 ,是 /etc/my.cnf ,但是这可能是 100 年前的配置文件

2021 年,mysql8 下是这样的

客户端配置文件 /etc/mysql/mysql.conf.d/mysql.cnf
服务端配置文件 /etc/mysql/mysql.conf.d/mysqld.cnf

╭─bot@amd-5700G /etc/mysql/mysql.conf.d  
╰─➤  mysql --version         
mysql  Ver 8.0.26-0ubuntu0.20.04.3 for Linux on x86_64 ((Ubuntu))
╭─bot@amd-5700G /etc/mysql/mysql.conf.d  
╰─➤  uname -a
Linux amd-5700G 5.11.0-37-generic #41~20.04.2-Ubuntu SMP Fri Sep 24 09:06:38 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

你可能感兴趣的:(linux mysql 客户端配置文件和服务端配置文件)