Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Backup Mysql database to client machine

Status
Not open for further replies.

Arthur Lewis

Programmer
Jul 10, 2021
9
0
0
LC
I use Mysqldump to backup databases on the server machine. However I would like to include the ability to backup data from my software which is not running on the server machine. Can I backup via ODBC?

 
Yes.

However, if your software is distributed among several users, you may want to consider a more secure/efficient method than to allow each user to dump data.
 
SPAMJIM
Only privileged users, Admins who would be assigned the task of data backup.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top