MySQL Forums
Forum List  »  Performance

Is there a solution to this?
Posted by: Steve Ryan
Date: January 21, 2008 10:14AM

I just moved my websites to a new server (from MySQL 4.0.x to 4.1.x) and now I'm getting this problem.

This is making one of my websites unuseable.

I am getting this all the time -

[root@server etc]# mysqladmin processlist
+------+-------------+-----------+-------------+---------+------------+----------------------+------------------------------------------------------------------------------------------------------+
| Id | User | Host | db | Command | Time | State | Info |
+------+-------------+-----------+-------------+---------+------------+----------------------+------------------------------------------------------------------------------------------------------+
| 112 | staff_staff | localhost | staff_forum | Query | 4294949945 | Copying to tmp table | select * from phpbb_users , job_offers_industries, job_offers_categories, job_offers_regions, job_of |
| 352 | staff_staff | localhost | staff_forum | Query | 4294949406 | Locked | update job_offers set job_view = job_view + '1' where job_id = '28185' |
| 380 | staff_staff | localhost | staff_forum | Query | 3523 | Locked | select * from job_offers where job_id = '28186' |
| 384 | staff_staff | localhost | staff_forum | Query | 3468 | Locked | select * from job_offers where job_id = '28156' |
| 386 | staff_staff | localhost | staff_forum | Query | 3450 | Locked | select count(*) as cat_total from job_offers, job_offers_categories where job_offers.job_status = 'a |
| 409 | staff_staff | localhost | staff_forum | Query | 3320 | Locked | update job_offers set job_view = job_view + '1' where job_id = '28185' |
| 428 | staff_staff | localhost | staff_forum | Query | 3200 | Locked | select * from job_offers where job_id = '28136' |
| 436 | staff_staff | localhost | staff_forum | Query | 3172 | Locked | select * from job_offers where job_id = '28102' |
| 452 | staff_staff | localhost | staff_forum | Query | 3128 | Locked | select * from job_offers where job_id = '28186' |
| 456 | staff_staff | localhost | staff_forum | Query | 3110 | Locked | select * from job_offers where job_id = '28136' |
| 465 | staff_staff | localhost | staff_forum | Query | 3020 | Locked | select * from job_offers where job_id = '28136' |
| 477 | staff_staff | localhost | staff_forum | Query | 2940 | Locked | select * from job_offers where job_id = '28122' |
| 496 | staff_staff | localhost | staff_forum | Query | 2796 | Locked | select * from job_offers where job_id = '26363' |
| 507 | staff_staff | localhost | staff_forum | Query | 2750 | Locked | select * from job_offers where job_id = '28034' |
| 512 | staff_staff | localhost | staff_forum | Query | 2710 | Locked | select * from job_offers, job_offers_categories, phpbb_users where job_offers.job_status = 'active' |
| 513 | staff_staff | localhost | staff_forum | Query | 2674 | Locked | select * from job_offers, job_offers_regions, phpbb_users where job_offers.job_status = 'active' and |
| 514 | staff_staff | localhost | staff_forum | Query | 2672 | Locked | select * from job_offers where job_id = '27924' |
| 515 | staff_staff | localhost | staff_forum | Query | 2640 | Locked | select * from job_offers, phpbb_users where job_offers.job_status = 'active' and job_offers.company |
| 521 | staff_staff | localhost | staff_forum | Query | 2569 | Locked | update job_offers set job_view = job_view + '1' where job_id = '28185' |
| 525 | staff_staff | localhost | staff_forum | Query | 2551 | Locked | select * from job_offers, phpbb_users where job_offers.job_status = 'active' and job_offers.company |
| 568 | staff_staff | localhost | staff_forum | Query | 2449 | Locked | select * from job_offers where job_id = '26509' |
| 587 | staff_staff | localhost | staff_forum | Query | 2366 | Locked | select * from job_offers, job_offers_categories, phpbb_users where job_offers.job_status = 'active' |
| 588 | staff_staff | localhost | staff_forum | Query | 2365 | Locked | select * from job_offers, job_offers_industries, phpbb_users where job_offers.job_status = 'active' |
| 590 | staff_staff | localhost | staff_forum | Query | 2362 | Locked | select * from job_offers where job_id = '28186' |
| 591 | staff_staff | localhost | staff_forum | Query | 2359 | Locked | select * from job_offers, job_offers_industries, phpbb_users where job_offers.job_status = 'active' |

Is there ANY solution?

Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
8204
December 07, 2006 10:30AM
9584
September 23, 2005 01:56AM
4850
October 05, 2005 04:58AM
6044
October 05, 2005 11:49PM
5324
October 06, 2005 01:34AM
6620
October 06, 2005 04:57PM
Is there a solution to this?
6436
January 21, 2008 10:14AM
5792
January 21, 2008 10:53AM
5250
May 19, 2008 09:41AM
5464
February 05, 2008 10:27AM
6011
March 12, 2008 08:37AM
6071
November 14, 2008 12:31AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.