MySQL Forums
Forum List  »  PHP

Re: Lost connection to MySQL server during query
Posted by: Peter Brawley
Date: June 05, 2006 09:33AM

Safety from what?

No error from PHP? Nothing about the server crash in the mysql error log? The Apache error log?

MySQL version?

Table rowcounts?

One point: for time-valid data, it's usually better to represent 'not yet' as a far-future date (eg 9999-12-31) than as NULL.

Does this query always crash the server when called from your PHP script, or "randomly", or under particular load conditions?

If you would post CREATE TABLE & enough INSERT stmts to test the query, I'll be happy to look at it.

PB

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.