Hi Tom,

Use -q option on mysqldump ;) 

  -q Won't buffer query, It will dump directly to stdout.

--Praj


On Tue, 14 Mar 2006 11:56:42 +0000
Tom Brown <[EMAIL PROTECTED]> wrote:

> Hi
> 
> Trying to dump a complete db where 1 of the tables contains about 88 
> million rows - When the dump runs on the command line the following 
> error is thrown
> 
> mysqldump: Out of memory (Needed 3543176 bytes)
> mysqldump: Got error: 2008: MySQL client run out of memory when 
> retrieving data from server
> 
> Is it possible to give more memory to the client when running on the 
> command line?
> 
> thanks
> 

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

Reply via email to