Gerald L. Clark wrote:
> Graham Dunn wrote:
>> The error:
>>
>> /usr/local/bin/mysqldump: Error 5: Out of memory (Needed 14154840 bytes)
>> when dumping table `Attachments` at row: 24285
>>
>> Platform details:
>>
>> Client:
>>
>> mysqldump  Ver 10.9 Distrib 4.1.12, for portbld-freebsd5.3 (i386)
>>
>> # /usr/local/bin/mysqldump -u dba -h seisei -p rt3
>> --set-variable=max_allowed_packet=256M Attachments > Attachments.sql
>>
> 
> Try adding the -q option.
> 

Same problem:

# /usr/local/bin/mysqldump -u dba -h seisei -p rt3 -q
--set-variable=max_allowed_packet=256M Attachments > Attachments.sql
Enter password:

/usr/local/bin/mysqldump: Error 5: Out of memory (Needed 14154840 bytes)
when dumping table `Attachments` at row: 24285

Thanks,
Graham


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

Reply via email to