MySqlBackup.NET
2.0.12
See the version list below for details.
dotnet add package MySqlBackup.NET --version 2.0.12
NuGet\Install-Package MySqlBackup.NET -Version 2.0.12
<PackageReference Include="MySqlBackup.NET" Version="2.0.12" />
paket add MySqlBackup.NET --version 2.0.12
#r "nuget: MySqlBackup.NET, 2.0.12"
// Install MySqlBackup.NET as a Cake Addin #addin nuget:?package=MySqlBackup.NET&version=2.0.12 // Install MySqlBackup.NET as a Cake Tool #tool nuget:?package=MySqlBackup.NET&version=2.0.12
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 was computed. 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 | 75,778 | 3/7/2023 |
2.3.7 | 94,625 | 10/18/2022 |
2.3.6.1 | 136,991 | 10/20/2021 |
2.3.6 | 4,295 | 10/17/2021 |
2.3.5.3 | 4,145 | 9/24/2021 |
2.3.5.2 | 1,432 | 9/23/2021 |
2.3.5.1 | 1,499 | 9/22/2021 |
2.3.4.2 | 7,544 | 7/30/2021 |
2.3.4.1 | 6,209 | 7/12/2021 |
2.3.4 | 77,452 | 3/10/2021 |
2.3.3.1 | 41,862 | 7/16/2020 |
2.3.1 | 322,711 | 8/23/2019 |
2.3.0.1 | 9,551 | 7/26/2019 |
2.3.0 | 5,116 | 6/24/2019 |
2.2.1 | 15,411 | 4/7/2019 |
2.2.0 | 1,888 | 4/7/2019 |
2.1.0 | 14,925 | 12/1/2018 |
2.0.12.1 | 10,018 | 8/28/2018 |
2.0.12 | 25,103 | 3/26/2018 |
2.0.11.1 | 5,732 | 2/7/2018 |
2.0.11 | 2,387 | 2/7/2018 |
2.0.10.1 | 5,157 | 12/2/2017 |
2.0.10 | 4,124 | 12/1/2017 |
2.0.9.5 | 43,855 | 11/19/2016 |
2.0.9.4 | 8,386 | 3/20/2016 |
2.0.9.3 | 9,415 | 1/9/2016 |
2.0.9.2 | 6,506 | 8/8/2015 |
2.0.9.1 | 2,693 | 7/24/2015 |
2.0.9 | 2,595 | 7/19/2015 |
2.0.8 | 30,224 | 2/24/2015 |
2.0.7.1 | 17,320 | 1/26/2015 |
2.0.6 | 2,964 | 11/21/2014 |
2.0.5.1 | 2,604 | 10/20/2014 |
2.0.5 | 2,299 | 10/20/2014 |
2.0.4 | 3,924 | 5/12/2014 |
2.0.3 | 2,409 | 5/11/2014 |
2.0.2.1 | 3,153 | 4/10/2014 |
V2.0.12 - March 20, 2018
Fix Bug: While importing a large dump file, a possible exception of OutOfMemory will occur due to immutable behavior of string in .NET causing too many strings accumulated in memory. This bug is fixed by manually calling garbage collector to clear the unuse strings each time the SQL query is sent to MySQL server.
MySql.Data Binding Version:
------------------------------
.NET 2.0 - 6.9.8
.NET 4.0 - 6.9.10
.NET 4.5 - 6.9.10
.NET 4.6.1 - 6.10.6