How can I increase MySQL max connections?

Last modified: July 29, 2020
You are here:
Estimated reading time: < 1 min

Edit the file /etc/my.cnf

The file should look like this:

[mysqld] set-variable = max_connections=500

Increase 500 to the number you desire.

Was this article helpful?
Dislike 0
Views: 43