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

Migration have table __migrationhistory, field Model is a Blog, not export corret **MySqlBackup.Net:** ![image](https://user-images.githubusercontent.com/11458683/28984996-e52eb50c-7936-11e7-933c-9da577b25d73.png) **WorkBench:** ![image](https://user-images.githubusercontent.com/11458683/28984943-afbbf1b4-7936-11e7-87ec-c864def8aa4f.png)

enhancement

Hello First of all, thank you very much for your hard work. I have been using the tool and its amazing. I quick questions nevertheless. Is it possible to backup...

Hi there, I could not find a way how to pass the --single-transaction parameter or any other way how to prevent a backup file being "corrupt" when further tx happen...

可以把这个做个界面管理工具 可以定时备份吗,目前只能是引用dll自己开发吗

I want to use TablesToBeExportedDic with a query that contains an alias, e.i. something like this "select `ID` as 'ID_ALIAS` from table;", and the script should result "insert into table...

I want to use this Library in my Project (.NET 7). It works fine, but there aren't any views in the sql file. For the Backup I use the following...

Hi, I am using MySqlBackup.ImportFromFile to mount a DB backup. Everything works perfectly as long as there is not 2 function defined in a row. Here is an exemple: ```...

Hi friend, I have a problem that when my procedure name contains the character `, I get an error that cannot execute. I cloned the source code and checked it...

Could you give me an example of how to get the progress report?

Adds a method that would enable masking row values on export.