MySqlBackup.NET
2.0.11.1
See the version list below for details.
dotnet add package MySqlBackup.NET --version 2.0.11.1
NuGet\Install-Package MySqlBackup.NET -Version 2.0.11.1
<PackageReference Include="MySqlBackup.NET" Version="2.0.11.1" />
paket add MySqlBackup.NET --version 2.0.11.1
#r "nuget: MySqlBackup.NET, 2.0.11.1"
// Install MySqlBackup.NET as a Cake Addin #addin nuget:?package=MySqlBackup.NET&version=2.0.11.1 // Install MySqlBackup.NET as a Cake Tool #tool nuget:?package=MySqlBackup.NET&version=2.0.11.1
A tool to backup and restore MySQL database in C#/VB.NET/ASP.NET.
Product | Versions 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 is compatible. net46 was computed. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (14)
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. |
|
MyDapper
Dapper的操作帮助类 |
|
Panda.Tools
Package Description |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on MySqlBackup.NET:
Repository | Stars |
---|---|
revenz/FileFlows
FileFlows is a file processing application that can execute actions against a file in a tree flow structure.
|
|
feiyit/FytSoaCms
NetCore2.2开发, Vs2017 数据Mysql
|
|
jaskie/PlayoutAutomation
Television broadcast automation 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.
|
|
logicpulse/logicPOS
Logicpulse's Open Source POS System
|
Version | Downloads | Last updated |
---|---|---|
2.3.8 | 77,599 | 3/7/2023 |
2.3.7 | 95,121 | 10/18/2022 |
2.3.6.1 | 137,991 | 10/20/2021 |
2.3.6 | 4,318 | 10/17/2021 |
2.3.5.3 | 4,157 | 9/24/2021 |
2.3.5.2 | 1,437 | 9/23/2021 |
2.3.5.1 | 1,503 | 9/22/2021 |
2.3.4.2 | 7,589 | 7/30/2021 |
2.3.4.1 | 6,212 | 7/12/2021 |
2.3.4 | 77,769 | 3/10/2021 |
2.3.3.1 | 41,987 | 7/16/2020 |
2.3.1 | 322,773 | 8/23/2019 |
2.3.0.1 | 9,581 | 7/26/2019 |
2.3.0 | 5,119 | 6/24/2019 |
2.2.1 | 15,417 | 4/7/2019 |
2.2.0 | 1,891 | 4/7/2019 |
2.1.0 | 14,936 | 12/1/2018 |
2.0.12.1 | 10,031 | 8/28/2018 |
2.0.12 | 25,120 | 3/26/2018 |
2.0.11.1 | 5,734 | 2/7/2018 |
2.0.11 | 2,391 | 2/7/2018 |
2.0.10.1 | 5,159 | 12/2/2017 |
2.0.10 | 4,126 | 12/1/2017 |
2.0.9.5 | 44,093 | 11/19/2016 |
2.0.9.4 | 8,389 | 3/20/2016 |
2.0.9.3 | 9,417 | 1/9/2016 |
2.0.9.2 | 6,508 | 8/8/2015 |
2.0.9.1 | 2,695 | 7/24/2015 |
2.0.9 | 2,599 | 7/19/2015 |
2.0.8 | 30,398 | 2/24/2015 |
2.0.7.1 | 17,384 | 1/26/2015 |
2.0.6 | 2,966 | 11/21/2014 |
2.0.5.1 | 2,608 | 10/20/2014 |
2.0.5 | 2,301 | 10/20/2014 |
2.0.4 | 3,926 | 5/12/2014 |
2.0.3 | 2,411 | 5/11/2014 |
2.0.2.1 | 3,156 | 4/10/2014 |
V2.0.11 - 12 Jan 2018
Fix Bug 1: Export Procedure & Function - If the MySQL user is different than definer, the create command is blank. MySqlBackup will export it with "DROP" but without "CREATE". Now, if the create command is empty, no "DROP" will be generated.
Fix Bug 2: When ImportInfo.IgnoreSqlError = true and an error occur, the current error SQL statement is not cleared and resulting the following whole sql document to be error.
MySql.Data Version
-----------------------
.NET 2.0 = 6.9.10 (Recompiled)
.NET 4.0 = 6.10.5 (Recompiled)
.NET 4.5 = 6.10.5 (Recompiled)
.NET 4.5.2 = 6.10.6 (Official)
.NET 4.6.1 = 6.10.6 (Official)