Topic: Os reloaded but still locked vps
Hello,
If you see your vps is locked after the os reload say one + hours or so. You need to contact your vcPanel admin and inform to update /etc/my.cnf in vcpanel master server with the following values,
-----------
[mysqld]
skip-bdb
skip-innodb
max_allowed_packet = 1M
max_connections = 300
max_user_connections = 35
wait_timeout=1000
connect_timeout=1000
[mysqldump]
quick
max_allowed_packet = 16M
--------------
The master server mysql need to good wait_timeout and connect_timeout
This will fix the issue.