MySqlBackup.Net icon indicating copy to clipboard operation
MySqlBackup.Net copied to clipboard

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

Results 30 MySqlBackup.Net issues
Sort by recently updated
recently updated
newest added

System.Collections.Generic.KeyNotFoundException: 'The given key '16706' was not present in the dictionary.' When i trying to export. Last days given error mb.ExportToFile(file.FullName); .NET SDK 6.0.302 MySQL 8.0.29

Example: ``` CREATE TABLE "backup" ( "id" varchar(36) NOT NULL, "user_id" int NOT NULL, "file_name_sql" varchar(19) NOT NULL, "file_name_zip" varchar(19) NOT NULL, "created_at" datetime NOT NULL, "deleted_at" datetime DEFAULT NULL,...

Bumps [SSH.NET](https://github.com/sshnet/SSH.NET) from 2020.0.1 to 2020.0.2. Release notes Sourced from SSH.NET's releases. 2020.0.2 This release fixes a security vulnerability in our X25519 key exchange that could allow an attacker to...

dependencies

Hello. I have a situation where there's two machines (A and B). Machine A run de process that starts de download, B holds the database. When I start the backup...

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.14.0 to 3.15.0. Release notes Sourced from Google.Protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies

MySqlConnection同时存在Mysql.Data和MysqlConnetor 怎么处理? 用不了吧

Hello, I am using your tool on a software and it works great for a daily backup, when there is no reading/writing. My application is evolving and we are searching...

I have to schedule a nightly backup of the database, from a remote server. The internet bandwidth on the server is very good. But the total database size is 3.5...

MySqlConnector.Net licensing seems to be a better choice for many, also performance-wise it has a slight edge.