如何在Windows应用程序C#中备份和还原mysql数据 [英] how to Backup and Restore mysql data in windows application c#

查看:81
本文介绍了如何在Windows应用程序C#中备份和还原mysql数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hiii ...我正在Windows应用程序中执行项目(c#)...我不知道如何在Windows应用程序中备份和还原mysql数据...如果有人知道,请给我发送代码.....

hiii...i am doing project in windows application(c#)...i dont know how to take backup and restore mysql data in windows application...if anybody know please send me code.....

推荐答案



请按照此链接

这可能对您有帮助,

谢谢,
-Amit
Hi ,

please follow this link,

this may help you,

thanks,
-Amit


SQL查询
SQL query
BACKUP DATABASE dbName TO DISK = 'PATH'
RESTORE DATABASE dbName FROM DISK = 'PATH'




或参考此链接使用C#和SQL Server 2005数据库备份和还原.NET 2.0 [ ^ ]

MySQL Restore&使用 [ ^ ]

使用C#制作自己的MySQL备份和还原工具(支持Unicode,UTF8) [




or refer this link SQL Server 2005 Database Backup and Restore using C# and .NET 2.0[^]

MySQL Restore & Backup in C# using [^]

Making Your Own MySQL Backup and Restore Tools in C# (Supports Unicode, UTF8)[^]


这篇关于如何在Windows应用程序C#中备份和还原mysql数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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