Re: MySQLDump memory error

2001-04-03 Thread Mike Baptiste
You probably need to boost the memory limits up in your shell (ie with bash see man ulimit) Mike Jeremiah Griffin wrote: Howdy, I am trying to run mysqldump and I am getting a memory error. = mysqldump: Out of memory (Needed 65576 bytes) mysqldump: Got error: 2008:

[Fwd: Odd mysqlhotcopy behavior]

2001-04-01 Thread Mike Baptiste
dd mysqlhotcopy behavior Date: Fri, 30 Mar 2001 10:28:28 -0500 From: Mike Baptiste [EMAIL PROTECTED] To: [EMAIL PROTECTED] For the longest time, I'v ebacked up my various MySQL databases using mysqldump. However, I hated restarting the database each night (on a few occasions it would restart but the

Odd mysqlhotcopy behavior

2001-03-30 Thread Mike Baptiste
For the longest time, I'v ebacked up my various MySQL databases using mysqldump. However, I hated restarting the database each night (on a few occasions it would restart but the databases could not be accessed until it was restarted again) Plus I think mysqlhotcopy is a more elegant solution.