# [EMAIL PROTECTED] / 2003-06-04 16:37:08 +0300:
> I have  a program that runs a loop,in every loop I execute a query.
> the query itself is very efficient, the result of the query is 4 rows at
> most but...
> after a while I get the following error:
> Out of memory!
> Bus error (core dumped)
> 
> how can I increase the memory that is used for the query?
> Thanks
> Dana

    most probably it's your program that's getting out of memory, and
    the problem is completely unrelated to MySQL.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to