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 33 MySqlBackup.Net issues
Sort by recently updated
recently updated
newest added
trafficstars

When exporting under Insert mode, the generated columns are correctly ignored in the output sql. But when exporting under OnDuplcateKeyUpdate mode, the generated columns are ignored in the "insert" clause...

Starting with version **2.3.7**, the **CurrentRowIndexInAllTables** value is incorrectly calculated in the **ExportProgressChanged** event. It is now always less than **TotalRowsInAllTables** and the process always ends at 96%. Before version...

when i was backup database (database is very big ,about 13G ),it sometimes happen the following error, when i set the ExportProgressChanged interval from 1min to 5min, This phenomenon has...