Thank ultra.. i really appreciate your suggestions... I'll look into that...
I just took a peak at the process list... its about 8 hours of runtime since i last had to restart mysqld... and cpu usage is at 90% and traffic is only 50% that of peak times..
Anyways.. normally about now, there would be quite a few processes in the ROLLBACK state.. however today, it actually shows the queries that are stuck:
Kill 33855 cspeed localhost regdb Killed 27935 Sending data SELECT networth
FROM userINV_table, userID_table
WHERE userID_table.userID = userINV_t
Kill 37082 cspeed localhost regdb Killed 27373 Sending data SELECT dispName, cash, networth, turns, models, modelHAP, crewID, admin, online, ban, email2, textme
Kill 37086 cspeed localhost regdb Killed 27373 Sending data SELECT networth
FROM userINV_table, userID_table
WHERE userID_table.userID = userINV_t
I tried to kill them, but they continue to show up on the list. Would this suggest that those queries are bad somehow? (ie. needs to be recoded somehow?) Would those be the queries that are being ROLLBACK'd, but for some reason today, it showing the actual query and not rolling back?
(pulling hair out)!