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
8204
December 07, 2006 10:30AM
9584
September 23, 2005 01:56AM
4849
October 05, 2005 04:58AM
6044
October 05, 2005 11:49PM
5323
October 06, 2005 01:34AM
6620
October 06, 2005 04:57PM
6436
January 21, 2008 10:14AM
5791
January 21, 2008 10:53AM
5250
May 19, 2008 09:41AM
5464
February 05, 2008 10:27AM
6010
March 12, 2008 08:37AM
Re: Is there a solution to this?
5326
May 19, 2008 03:02AM
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.