Mysql Set Max Connections

[Solved] Mysql Set Max Connections | Sql - Code Explorer | yomemimo.com
Question : mysql set max connections

Answered by : shiny-stag-hjhvhcmelb51

show variables like "max_connections";
set global max_connections =5000;

Source : https://www.linode.com/community/questions/18791/how-can-i-increase-the-max_connections-in-mysql | Last Update : Thu, 12 Nov 20

Answers related to mysql set max connections

Code Explorer Popular Question For Sql