From: Alex Heiphetz Date: March 15 1999 12:39am Subject: Err. 2008 and how to fight it :-) List-Archive: http://lists.mysql.com/mysql/216 Message-Id: <3.0.6.32.19990314193906.0093b590@cvzoom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Hi: I got error 2008 trying to run a simple query on a large database (query was something like: mysql> Select * from catalogue where price<3.00; Database consists of 280,000 rows, in text form it's 37 MB of data) Question: manual recommends using mysql --quick (or mysql_use_result() in C API) to circumvent this. I have a program that uses seek_data(), so, unfortunately, this won't work for me. Is there any other way? I.e. increase available memory :-) I'm running this on PII-400 with 128 MB of RAM. There are no other memory/CPU hungry processes running on this box. Thanks in advance, A.Heiphetz