How can I increase MySQL max connections?
By InterServer Staff on October 23rd, 2015
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.
By InterServer Staff on October 23rd, 2015
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.
I am using a shared hosting plan. I am trying to do it on phpmyadmin but it keeps on saying you need at least One of the super user previledges. Please how can I go about this
You’ll need root access to do that which is not available in shared plans. Please take a look at our Cloud VPS plans here: https://www.interserver.net/vps You’ll get full root access with these plans.