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
&
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
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