Re: mysql backup methods

2007-01-08 Thread Mathieu Bruneau
Vitaliy Okulov a écrit : > Здравствуйте, mysql. > > Hi all. I searching mysql backup script, which detect type of table & > use mysqlhotcopy for MyISAM or mysqldump --single-transaction for > InnoDB. > Also save structure of table in file. > And support recovery for dumped db an tables. > Somebody

mysql backup methods

2007-01-07 Thread Vitaliy Okulov
Здравствуйте, mysql. Hi all. I searching mysql backup script, which detect type of table & use mysqlhotcopy for MyISAM or mysqldump --single-transaction for InnoDB. Also save structure of table in file. And support recovery for dumped db an tables. Somebody meet such type of mysqlbackup script? -