Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

i'm using windows 2008, mysql 5.0. To Backup a database thro' windows scheduled task. but the schedule is not working .i have used a stored connection to create a back up file.

other than mysql dump is there any backup will be created.
Posted

If you need an easier way to automate backups, you might consider using a database service like Amazon Relational Database Service or Xeround's cloud database - these services host your database and generate automatic backups every few hours. Amazon RDS also enables instant database snapshots, see more details here.
 
Share this answer
 
hi,

for backup process but after some changes i need to use it
 
Share this answer
 
hi,

i need to back up the table with record, views,procedures, function regarding a particular database for recovery process
 
Share this answer
 
For what scenario are you doing the backup? Is it for actually backing up the data to enable recovery later, or do you need a dump of the data itself?
 
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