Skip to navigation
How to increase max simultaneous connection in mysql
03.07.14
the max default is 151 check it by the mysql console mysql> show variables like "max_connections"; you get mysql> show variables like "max_connections"; +-----------------+-------+ | Variable_name | Value | +-----------------+-------+ | | 151 | +-----------------+-------+ 1 row in set (0.00 sec) than the line max_connections = 500 after the [mysql] section than after restart you should get mysql> show variables like "max_connections"; +-----------------+-------+ | Variable_name | Value | +-----------------+-------+ | max_connections | 500 | +-----------------+-------+ 1 row in set (0.00 sec)
http://www.electrictoolbox.com/update-max-connections-mysql/
Reply
Anonymous
Information Epoch 1736576046
Worse is better.
Home
Notebook
Contact us