View Single Post
  #19 (permalink)  
Old 11-08-2007, 10:07 PM
Gopisoft Gopisoft is offline
D-Web Sr.Programmer
 
Join Date: Feb 2007
Posts: 117
Gopisoft is on a distinguished road
Default Re: mysql database dump tips and tricks

Yes we've face this same problem
Error Message is "mysqldump: Error 5: Out of Memory (Needed 4236040 bytes) when dumping table 'table_name' at row_number"

Need to increase the RAM memory or MySQL buffer size.

Thanks,
R.Gopi
Reply With Quote