MySqlBackup.NET 2.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MySqlBackup.NET --version 2.3.0
NuGet\Install-Package MySqlBackup.NET -Version 2.3.0
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.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MySqlBackup.NET --version 2.3.0
#r "nuget: MySqlBackup.NET, 2.3.0"
#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.
// Install MySqlBackup.NET as a Cake Addin
#addin nuget:?package=MySqlBackup.NET&version=2.3.0

// Install MySqlBackup.NET as a Cake Tool
#tool nuget:?package=MySqlBackup.NET&version=2.3.0

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

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.

Panda.Tools

Package Description

Senparc.Ncf.Database.MySql.Backup The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Senparc.Ncf.Database.MySql.Backup

GitHub repositories (3)

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

Repository Stars
feiyit/FytSoaCms
NetCore2.2开发, Vs2017 数据Mysql
revenz/FileFlows
FileFlows is a file processing application that can execute actions against a file in a tree flow structure.
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.3.8 33,674 3/7/2023
2.3.7 75,838 10/18/2022
2.3.6.1 111,800 10/20/2021
2.3.6 3,705 10/17/2021
2.3.5.3 3,828 9/24/2021
2.3.5.2 1,331 9/23/2021
2.3.5.1 1,380 9/22/2021
2.3.4.2 6,789 7/30/2021
2.3.4.1 5,935 7/12/2021
2.3.4 66,009 3/10/2021
2.3.3.1 38,488 7/16/2020
2.3.1 319,535 8/23/2019
2.3.0.1 9,058 7/26/2019
2.3.0 4,962 6/24/2019
2.2.1 14,660 4/7/2019
2.2.0 1,763 4/7/2019
2.1.0 14,547 12/1/2018
2.0.12.1 9,528 8/28/2018
2.0.12 24,339 3/26/2018
2.0.11.1 5,590 2/7/2018
2.0.11 2,273 2/7/2018
2.0.10.1 5,015 12/2/2017
2.0.10 3,991 12/1/2017
2.0.9.5 35,868 11/19/2016
2.0.9.4 8,205 3/20/2016
2.0.9.3 9,229 1/9/2016
2.0.9.2 6,338 8/8/2015
2.0.9.1 2,580 7/24/2015
2.0.9 2,485 7/19/2015
2.0.8 25,364 2/24/2015
2.0.7.1 15,752 1/26/2015
2.0.6 2,839 11/21/2014
2.0.5.1 2,488 10/20/2014
2.0.5 2,183 10/20/2014
2.0.4 3,784 5/12/2014
2.0.3 2,279 5/11/2014
2.0.2.1 2,963 4/10/2014

For binary support of .NET 2.0, .NET 4.0, .NET 4.5, please visit the project website at release section.

Change log:
Drop Internal build-in encryption
Drop feature: ExportInfo.EnableEncryption
Drop feature: ExportInfo.EncryptionPassword
Drop feature: ImportInfo.EnableEncryption
Drop feature: ImportInfo.EncryptionPassword
Drop feature: ImportInfo.TargetDatabase
Drop feature: ImportInfo.DatabaseDefaultCharSet
Drop feature: ExportInfo.GetTotalRowsBeforeExport
Add feature: ExportInfo.GetTotalRowsMode
Add feature: ExportInfo.AddDropDatabase
Add feature: ExportInfo.AddDropTable
Add feature: ExportInfo.TextEncoding
Enhance: Improve sorting algorithm of TABLEs' foreign key dependencies sequence.
Enhance: Improve sorting algorithm of VIEWs' dependencies sequence.
Enhance: Improve Importing handling algorithm, drop unnecessary checking which slow down the process
Fix bug: Data conversion of microseconds between .NET and MySQL is not handled correctly.
Drop: Delete an unnecessary line 136 in MySqlBackup.cs which causes some unwanted behaviour in some circunstances: (AppDomain.CurrentDomain.AssemblyResolve += CurrentDomain_AssemblyResolve;)
Fix bug: During import with IgnoreSqlError, if an error occur, the input SQL error text is not cleared and causing the next SQL statement to be error as it appends to the previous error statement.
Fix bug: While manually define ExportInfo.TablesToBeExportedDic or ExportInfo.TablesToBeExportedList, the existence of the defined tables is not checked in database, which might causing exporting a non-existing table.
Enhance: SQL syntax error from dump content is handled more properly.
Enhance: Some other minor edit to enhance the stability of the library.
Enhance: WinForm Test App is updated for testing new features.