Page 1 of 1

how to back up the bank mysql

Posted: Tue 07 Apr 2009 19:25
by crock-linux
Hello friends
retrieval as I backup the database via mysql delphi application, a dump of the bank, but the database is in an external server, my application this bunch USA via ip: port

but I make weekly backup of my application through

anyone have any example?

Posted: Thu 09 Apr 2009 07:04
by Dimon
To backup MySQL database you can use MyDAC components. You can use the TMyBackup or TMyDump components.
TMyBackup serves for backup copying the specified tables on the server and it works on the server side.
TMyDump serves to store a database or its parts as a script and works on the client side.

You can find more detailed information about MyDAC by the following link: http://devart.com/mydac/