MySQL Forums
Forum List  »  Performance

Re: Is there a solution to this?
Posted by: Paul Kamphuis
Date: May 19, 2008 03:02AM

I have the same problem here, multiple join on 3 tables. All 3 tables don't have primary keys or indexes.
There is however something strange I like to add. If I try the query from an external client (MySQL administrator, sqlyog or our client application) it hangs. If I however execute the query through phpmyadmin on the server (so localhost) it works fine.
For now I worked around the problem by adding and index to one of the tables. But it doesn't explain the different behavior between external and localhost queries.

Any suggestions?

Paul

Options: ReplyQuote


Subject
Views
Written By
Posted
8373
December 07, 2006 10:30AM
9745
September 23, 2005 01:56AM
4998
October 05, 2005 04:58AM
6221
October 05, 2005 11:49PM
5454
October 06, 2005 01:34AM
6789
October 06, 2005 04:57PM
6604
January 21, 2008 10:14AM
5936
January 21, 2008 10:53AM
5414
May 19, 2008 09:41AM
5609
February 05, 2008 10:27AM
6189
March 12, 2008 08:37AM
Re: Is there a solution to this?
5483
May 19, 2008 03:02AM
6218
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.