High mysqld cpu usage after reboot
Posted: 18 Feb 2010, 14:43
Hi,
As mentioned here: http://forum.excito.net/viewtopic.php?f ... =15#p10309 after upgrading my B2 to the latest version and I rebooted, the mysqld process went wild until I restarted it.
I had to reboot the server today and the same thing is happening, it's using as much of the CPU as it can get its hands on.
I'm a total mysql noob so I don't really know what to do to troubleshoot this. I've installed mytop but can't really see anything odd in the output of that.
in mysql, gives this:
which I don't think helps either.
Can anyone give any pointers?
Thanks.
PS. I haven't done anything funky with mysql such as changing the root password or anything.
As mentioned here: http://forum.excito.net/viewtopic.php?f ... =15#p10309 after upgrading my B2 to the latest version and I rebooted, the mysqld process went wild until I restarted it.
I had to reboot the server today and the same thing is happening, it's using as much of the CPU as it can get its hands on.
I'm a total mysql noob so I don't really know what to do to troubleshoot this. I've installed mytop but can't really see anything odd in the output of that.
in mysql,
Code: Select all
show fullprocesslist
Code: Select all
mysql> show full processlist;
+----+-----------+-----------+-----------+---------+------+--------------+-------------------------------------------------------------+
| Id | User | Host | db | Command | Time | State | Info |
+----+-----------+-----------+-----------+---------+------+--------------+-------------------------------------------------------------+
| 60 | mediatomb | localhost | mediatomb | Query | 1 | Sending data | SELECT COUNT(*) FROM `mt_cds_object` WHERE `parent_id`=1730 |
| 71 | root | localhost | NULL | Query | 0 | NULL | show full processlist |
+----+-----------+-----------+-----------+---------+------+--------------+-------------------------------------------------------------+
2 rows in set (0.00 sec)
Can anyone give any pointers?
Thanks.
PS. I haven't done anything funky with mysql such as changing the root password or anything.