mysql max_connections
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.
本文由IT Farmer的博客创作,欢迎转载并保留对本博的链接。 Tags:mysql