Re: GPL online backup for innodb tables

2003-01-27 Thread Salvatore Enrico Indiogine
rday, January 25, 2003 6:22 AM > Subject: GPL online backup for innodb tables > > > > Greetings! > > > > I would like to know whether in MySQL I can do an online (hot) backup of > > innodb type tables using a 'free' (GPL) tool. Or even if it is possible &

Re: GPL online backup for innodb tables

2003-01-26 Thread Heikki Tuuri
Salvatore, - Original Message - From: "Salvatore Enrico Indiogine" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Saturday, January 25, 2003 6:22 AM Subject: GPL online backup for innodb tables > Greetings! > > I would like to know whether in MySQ

GPL online backup for innodb tables

2003-01-24 Thread Salvatore Enrico Indiogine
Greetings! I would like to know whether in MySQL I can do an online (hot) backup of innodb type tables using a 'free' (GPL) tool. Or even if it is possible by writing my own shell script as you can do in Oracle with: alter tablespace begin backup; then use cp to copy the tablespace file alter