MySqlBackup.NET 2.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package MySqlBackup.NET --version 2.0.3
                    
NuGet\Install-Package MySqlBackup.NET -Version 2.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MySqlBackup.NET" Version="2.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MySqlBackup.NET" Version="2.0.3" />
                    
Directory.Packages.props
<PackageReference Include="MySqlBackup.NET" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MySqlBackup.NET --version 2.0.3
                    
#r "nuget: MySqlBackup.NET, 2.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MySqlBackup.NET@2.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MySqlBackup.NET&version=2.0.3
                    
Install as a Cake Addin
#tool nuget:?package=MySqlBackup.NET&version=2.0.3
                    
Install as a Cake Tool

A tool to backup and restore MySQL database in C#/VB.NET/ASP.NET.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (15)

Showing the top 5 NuGet packages that depend on MySqlBackup.NET:

Package Downloads
Nascorp.Library

Library to methods utilities

ThrowawayDb.MySql

Dead simple integration tests with Sql server throwaway databases.

FrontLookCoreDbBackUpLibrary

This package adds an asp.net core database backup library! Supports MsSql And MySql.

Senparc.Ncf.Database.MySql.Backup

Senparc.Ncf.Database.MySql.Backup

MyDapper

Dapper的操作帮助类

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on MySqlBackup.NET:

Repository Stars
feiyit/FytSoaCms
NetCore2.2开发, Vs2017 数据Mysql
jaskie/PlayoutAutomation
Television broadcast automation system
logicpulse/logicPOS
Logicpulse's Open Source POS System
Zaid-Ajaj/ThrowawayDb
Dead simple integration tests with SQL Server or Postgres throwaway databases that are created on the fly, used briefly then disposed of automagically.
Version Downloads Last Updated
2.6.5 8,672 8/4/2025
2.6.4 1,932 7/14/2025
2.6.3 277 7/13/2025
2.6.2 261 7/11/2025
2.6.1 407 7/4/2025
2.6.0 310 7/4/2025
2.3.9 22,637 3/12/2025
2.3.8 148,123 3/7/2023
2.3.7 111,980 10/18/2022
2.3.6.1 164,828 10/20/2021
2.3.6 4,835 10/17/2021
2.3.5.3 4,489 9/24/2021
2.3.5.2 1,656 9/23/2021
2.3.5.1 1,752 9/22/2021
2.3.4.2 11,554 7/30/2021
2.3.4.1 6,722 7/12/2021
2.3.4 95,486 3/10/2021
2.3.3.1 49,112 7/16/2020
2.3.1 328,237 8/23/2019
2.3.0.1 10,433 7/26/2019
2.3.0 5,467 6/24/2019
2.2.1 17,109 4/7/2019
2.2.0 2,152 4/7/2019
2.1.0 15,485 12/1/2018
2.0.12.1 11,899 8/28/2018
2.0.12 27,004 3/26/2018
2.0.11.1 6,338 2/7/2018
2.0.11 2,995 2/7/2018
2.0.10.1 5,634 12/2/2017
2.0.10 4,591 12/1/2017
2.0.9.5 63,746 11/19/2016
2.0.9.4 8,866 3/20/2016
2.0.9.3 9,884 1/9/2016
2.0.9.2 7,015 8/8/2015
2.0.9.1 3,323 7/24/2015
2.0.9 3,063 7/19/2015
2.0.8 40,820 2/24/2015
2.0.7.1 19,428 1/26/2015
2.0.6 3,437 11/21/2014
2.0.5.1 3,073 10/20/2014
2.0.5 2,781 10/20/2014
2.0.4 4,471 5/12/2014
2.0.3 2,883 5/11/2014
2.0.2.1 3,714 4/10/2014

Rewriting MySqlBackup.NET 2.0
- More stable, code structure reorganize, bugs are more easier to detect and more easier to maintain.
- Able to export/import to MemoryStream, without saving as physical file.
- Improve progress report mechanism (using timer), Progress report now will not slow down overall process.
- Encryption is not compatible with older version of MySqlBackup.NET.
- Internal Zip function is dropped. Developers can apply their own Zip solutions to zip the SQL Dump File externally. This will make the library less dependency.