Click here to Skip to main content
15,908,776 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to take the mysql database backup by default per day to the scheduled time i like....or on a button click from asp.net front end i should be able to do the same.
Can any one suggest me a proper method to do the same.Please forward source code.
Posted
Updated 5-Jan-11 17:55pm
v2
Comments
Abhinav S 5-Jan-11 23:56pm    
Removed bold tag.

Backup mysql C# google search returns 1.2 million results. How about you start there and when you run into issues in your own code post a question that is a little more specific.
Cheers
 
Share this answer
 
Comments
Rajesh Anuhya 6-Jan-11 0:09am    
Good Call
i know some methods. i listed below.:rose::thumbsdown:

1. if you use the Trigger function in storedprocedures, then automatically update the data to used(backup) system.

2. if You use the ForeignKey Concept then, related data will store to used(backup) system.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900