how to back up the bank mysql

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
crock-linux
Posts: 3
Joined: Tue 07 Apr 2009 19:17

how to back up the bank mysql

Post by crock-linux » Tue 07 Apr 2009 19:25

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?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 09 Apr 2009 07:04

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/

Post Reply