MySQL Forums
Forum List  »  PHP

Re: select with join of 25 tables crashes mysql database
Posted by: Peter Brawley
Date: October 04, 2012 06:41PM

...FROM modl_app, modl_00, modl_01,... is not an explicit join.

A problem like this is best solved on a machine you control. Install MySQL locally, install the DB, rewrite the query to support understanding, debugging & maintenance by humans, then study its interaction with server configuration settings.

Options: ReplyQuote




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.