Category: MySQL

To set mySQL number of connections

1. Login to mySQL via command line:

set global max_connections = 2500

2. edit /etc/my.cnf

max_connections = 2500

 

Tags:

mySQL

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.