How to Increase max_connections in mysql without restarting mysqld service? global-variable
By default in mysql database server max_connections is set to 100. 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“.…