MySQL Forums
Forum List  »  PHP

PHP and MySQL buffering/memory issue?
Posted by: Mike Hughes
Date: February 16, 2006 05:44PM

I have an application that I've written in php 4.x and mysql 4.1. In one of the pages I am doing a query on a table with about 32 columns and it *should* be returning ~5000 records or so. Although, when I run the query, it stops *every* time on row 812 and 812 is partially complete. I can only assume that this is possibly a memory or buffering error.

The query is a simple select with a Where clause on a timestamp range.

Any help would be greatly appreciated with where to start looking, etc.

Thanks!

mike h.

Options: ReplyQuote


Subject
Written By
Posted
PHP and MySQL buffering/memory issue?
February 16, 2006 05:44PM


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.