MySQL Forums
Forum List  »  Backup

Re: mysqldump error 5 Out of memory
Posted by: Hui Peng
Date: February 09, 2006 03:40AM

i solved, but still confused.

select * from t_connection4 limit 939179,1;
or
select * from t_connection4 limit 939181,1;
i got the correct result;

but
select * from t_connection4 limit 939180,1;
it failed with the error message Out of memory.

after deleted this record, everything seems to be OK.

Anyone can tell me why it happened?

Thankyou.

Options: ReplyQuote


Subject
Views
Written By
Posted
25400
January 05, 2006 02:46PM
13302
January 09, 2006 04:37PM
9987
January 26, 2006 08:37AM
10308
February 08, 2006 05:20AM
Re: mysqldump error 5 Out of memory
9162
February 09, 2006 03:40AM


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.