ReePrime
5 Mysql Video Tutorial System Variables max_connections

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

5 Mysql Video Tutorial System Variables max_connections

I
itvolunteersuk

2 Views • Jun 14, 2013

Description

By default in mysql database server max_connections is set to 151. This value indicates how many maximum concurrent connections mysql server can handle. If mysql reaches to it maximum (max) limit then you can see errors like "too many connections". I assume that you have enough hardware resources (Mainly RAM )to handle more connections, here with this article I will share a TIP to increase max_connections in mysql. You can also change / update other variables in same way