Backup the whole database
Posted: Tue 09 Oct 2007 20:00
Hello,
I use MyDAC version: 4.40.0.24 and MySQL server version: 5.0.45
I would like to backup every day the whole database but I don't want the customer to be able to open the file with a text editor.
I first tried the TMyBackup. I use InnoDB tables and I got the following error message:
"The storage engine for the table does not support backup".
????
Then I tried TMyDump.
First I got an error message "Function MyStr does not exists".
It is funny because the MyStr exists but it is not a function as the TMyDump states, but a procedure!
Second: the other objects are stored in a text file. Should I compress with password on my own so as the customer wouldn't peep in?
Thank you in advance
I use MyDAC version: 4.40.0.24 and MySQL server version: 5.0.45
I would like to backup every day the whole database but I don't want the customer to be able to open the file with a text editor.
I first tried the TMyBackup. I use InnoDB tables and I got the following error message:
"The storage engine for the table does not support backup".
????
Then I tried TMyDump.
First I got an error message "Function MyStr does not exists".
It is funny because the MyStr exists but it is not a function as the TMyDump states, but a procedure!
Second: the other objects are stored in a text file. Should I compress with password on my own so as the customer wouldn't peep in?
Thank you in advance