通过ASP.NET进行数据库备份 [英] Database backup through ASP.NET

查看:95
本文介绍了通过ASP.NET进行数据库备份的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想默认每天将mysql数据库备份恢复到我喜欢的预定时间....或者单击asp.net前端的按钮,我应该能够执行同样的操作.
任何人都可以建议我采取适当的方法进行此操作.请转发源代码.

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.

推荐答案

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


我知道一些方法.我在下面列出.:rose :: thumbsdown:

1.如果在存储过程中使用了触发器功能,则将数据自动更新到用过的(备份)系统.

2.如果您使用外键概念,则相关数据将存储到used(backup)系统.
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.


这篇关于通过ASP.NET进行数据库备份的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆