Philippe Poelvoorde wrote:
Hi,
mysqldump returns with this error on one of my nightly batch :
mysqldump: Out of memory (Needed 8164 bytes)
mysqldump: Got error: 2008: MySQL client run out of memory when
retrieving data from server
Fri Dec 24 00:00:22 CET 2004
Is there any way to avoid this particular error ?
(bear I mind that I don't have any access to my.cnf on this environnement!)
The last table in the dump (and not dump, it stops just after the CREATE
TABLE) is not that big (less than 8Mo on disk).
See what happens if you try it with the --quick option. This will
prevent mysqldump from writing to memory before writing to the dump file.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]