且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在C#.NET中备份MYSQL数据库

更新时间:2023-02-13 08:18:24

使用MySqlDump是正确的任务.看看我在 MySql Backup Utility [
Using MySqlDump is a real mission to get right. Take a look at my article on MySql BackUp Utility[^]. The article is in VB.Net but it is a separate class and can be used in C# apps.

Hope this helps


此解决方案适用于小型数据库.当它运行以获取大数据库(arnd Gb)时失败..
This solution works for small size db. when it runs for taking db of big size ( arnd Gb) it fails..


请尝试以下操作:
在C#/VB中制作自己的MySQL备份和还原工具.NET/ASP.NET-MySqlBackup.DLL(支持Unicode,UTF8) [
Try this:
Making Your Own MySQL Backup and Restore Tools in C#/VB.NET/ASP.NET - MySqlBackup.DLL (Supports Unicode, UTF8)[^]