Re: mysqlhotcopy regexp

2006-05-26 Thread MF
Thanks, but this not work to (output with --debug) $VAR1 = []; No tables to hot-copy at /usr/local/bin/mysqlhotcopy line 390. /usr/local/bin/mysqlhotcopy Ver 1.22 mysql-4.1.16 perl, v5.8.5 built for i586-linux-thread-multi Linux camel 2.6.8-24.16-default You should just be doing mysqlhotcopy

mysqlhotcopy regexp

2006-05-25 Thread MF
Hi, how to write pattern for backup all datases except one? I try this, but not work as expecting. mysqlhotcopy ...connect-options... --regexp /~^db_name$/./.*/ -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL

Re: mysqlhotcopy regexp

2006-05-25 Thread sheeri kritzer
You should just be doing mysqlhotcopy ...connect-options... --regexp /~^db_name$/ or mysqlhotcopy ...connect-options... --regexp /~^db_name$/ /path/to/new/dir On 5/25/06, MF [EMAIL PROTECTED] wrote: Hi, how to write pattern for backup all datases except one? I try this, but not work as

mysqlhotcopy regexp problem with 640 and more Databases

2002-06-05 Thread Pabst Simon
/mysqlhotcopy --regexp='.*' /somedir Fix: ? Submitter-Id: submitter ID Originator:Simon Pabst Organization: Siemens Business Services MySQL support: none Synopsis: mysqlhotcopy regexp problem with 640 and more Databases Severity: serious Priority: high Category: mysql Class

Re: mysqlhotcopy regexp problem with 640 and more Databases

2002-06-05 Thread Dan Nelson
In the last episode (Jun 05), Pabst Simon said: Description: When using mysqlhotcopy 1.15 for database backups with --regexp='.*' and having 640 or more Databases produces the following error: DBD::mysql::db do failed: File '/lvol1/mysql/data/mydatabase/mytable640.MYD' not found

Re: Mysqlhotcopy regexp problem

2001-07-20 Thread Jeremy Zawodny
On Fri, Jul 20, 2001 at 01:25:22AM -0700, Jeremy Zawodny wrote: If I specify just one database, I still get the deprecated warning, but the hotcopy works... There are two bugs. (1) The depricated message. I'm submitting a patch for that. (2) The fact that if you specify no