How to create a backup MySQL database using delphi?

Asked By 60 points N/A Posted on -
qa-featured

Hi techyv,

How to create a backup MySQL database using delphi? When using Delphi programming language it is not easy to locate the backup storage using MySQL database system. What I am trying to say is that I need some important information regarding this issue.

Hoping for your help and kind consideration.

SHARE
Best Answer by Ihtavrap Noemi
Best Answer
Best Answer
Answered By 5 points N/A #188113

How to create a backup MySQL database using delphi?

qa-featured

 

Hi Stephen,

If you are using Delphi and mysql then it better to use some extra software like MySQL Front of phpMyAdmin for taking backup. Because if you try to take backup with Delphi then you have to go with some critical programming. But if you choose the phpMyAdmin or MySQL Front then you need not to worry. Just login and take backup and it will be very easy believe me. Hope it will help. Good luck.

Thanks

Answered By 5 points N/A #188114

How to create a backup MySQL database using delphi?

qa-featured

You can download the ''MySQL Dump Timer''. With this program firewalls are not blocking the access to the database and if time outs for scripts set by the providers you can restore MySQI databases. All the data will be transferred among the server and the client. It is an easy process to download it.

Related Questions