A small patch for mysqlhotcopy

2001-11-04 Thread Matthew Clegg
Hi there, I have been attempting to use mysqlhotcopy to make a backup copy of all of the databases on a server. It wasn't completely self-evident from the Mysql manual how best to do this, so I tried the following: mysqlhotcopy -u blah -p blah --regexp=.* --flushlog /blah/blah/blah/destdir

Re: A small patch for mysqlhotcopy

2001-11-04 Thread Jeremy Zawodny
On Sun, Nov 04, 2001 at 08:07:36PM -0800, Matthew Clegg wrote: Hi there, I have been attempting to use mysqlhotcopy to make a backup copy of all of the databases on a server. It wasn't completely self-evident from the Mysql manual how best to do this, so I tried the following: [snip]