mysql的缺省配置文件
Wednesday, August 13th, 2008mysql自带了一些缺省的配置文件,可以如下搜索得到 find / | grep .cnf 以下是配置文件的说明: my-small.cnf 最小配置安装,内存
mysql自带了一些缺省的配置文件,可以如下搜索得到 find / | grep .cnf 以下是配置文件的说明: my-small.cnf 最小配置安装,内存
in the setting file /etc/my.cnf max_connections controls the concurrent mysql connection number. If the number is over max_connections, it will fail to connect mysql server So if wordpress cannot connect mysql server, it might be this reason.