I know this isn't a DirectAdmin problem (well, at least I think it isn't!) but the help here is great, so I thought I would try.
There are three mysqld threads on my VPS- one ALWAYS using around 80%, one ALWAYS around 45%, and one ALWAYS around 30%. Restarting the mysqld service removes the threads for a second, and they come straight back. Killing one of the threads results in all 3 dying and restarting.
I've tried using the default my.cnf, and all of the other my.cnf templates that DirectAdmin ships with- but they're all the same. I've ran
but the only process is itself
Does anyone have any suggestions of how I can fix this? The node only has one other VPS running on it, which is hardly used. The VPS has 4GB of RAM allocated to it, and the node has over 10GB free and unallocated.
The node has Proxmox VE installed.
The VPS is using CentOS 6.2.
outputs:
Any help would be much appreciated!
Thanks,
Jarrod.
There are three mysqld threads on my VPS- one ALWAYS using around 80%, one ALWAYS around 45%, and one ALWAYS around 30%. Restarting the mysqld service removes the threads for a second, and they come straight back. Killing one of the threads results in all 3 dying and restarting.
I've tried using the default my.cnf, and all of the other my.cnf templates that DirectAdmin ships with- but they're all the same. I've ran
Code:
mysqladmin processlist
Code:
+--------+------+-----------+----+---------+------+-------+------------------+
| Id | User | Host | db | Command | Time | State | Info |
+--------+------+-----------+----+---------+------+-------+------------------+
| 151689 | root | localhost | | Query | 0 | | show processlist |
+--------+------+-----------+----+---------+------+-------+------------------+
Does anyone have any suggestions of how I can fix this? The node only has one other VPS running on it, which is hardly used. The VPS has 4GB of RAM allocated to it, and the node has over 10GB free and unallocated.
The node has Proxmox VE installed.
The VPS is using CentOS 6.2.
Code:
mysql -V
Code:
mysql Ver 14.14 Distrib 5.5.14, for Linux (x86_64) using readline 5.1
Any help would be much appreciated!
Thanks,
Jarrod.