{"id":12609,"date":"2022-09-11T11:54:04","date_gmt":"2022-09-11T15:54:04","guid":{"rendered":"http:\/\/local.brightwhiz\/?post_type=snippets&p=12609"},"modified":"2022-09-11T11:54:07","modified_gmt":"2022-09-11T15:54:07","slug":"mysql-set-max-connections-code","status":"publish","type":"snippets","link":"http:\/\/local.brightwhiz\/snippets\/mysql-set-max-connections-code\/","title":{"rendered":"MySQL Set Max Connections Code"},"content":{"rendered":"\n
MySQL set max connections example code snippet:<\/p>\n\n\n\n
-- show current max connects\nSHOW VARIABLES LIKE "max_connections";\n\n-- Output\n\nVariable_name Value \n--------------- --------\nmax_connections 1000 \n\nSET GLOBAL max_connections =1000;\n\n-- max connections is 1500<\/code><\/pre>\n","protected":false},"comment_status":"open","ping_status":"closed","template":"","meta":[],"categories":[953,27,15,16,18],"tags":[180,393,424,433,449,591],"yoast_head":"\nMySQL Set Max Connections Code [Snippet]<\/title>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n