MySqlBackup.Net
MySqlBackup.Net copied to clipboard
A tool to backup and restore MySQL database in C#/VB.NET/ASP.NET.
If a directory does not exist, an exception is thrown, therefore, I need to call `Directory.CreateDirectory("my path")` myself. Could you please add this code in the `ExportToFile` method?
https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html#option_mysqldump_xml Is this going to be supported? Thank you.
Additionally, There is a problem in Excluding a table. The table was excluded but not the trigger associated with it. Since you already have a collection of excluded tables can't...
Hi, first of all I want to say thank you to all the contributor for this great tools. after using this tools for a couple days, I bump into this...
Too much bug and very unstable. I review the code and found it will try to analyze the sql string and try to do something else. But analyze code is...
Hi developers/programmers, Currently, MySqlBackup.NET only able to export BLOB field into HexString, which works fine. But however, I would like to provide another optional function: Export the BLOB field into...
Can you add multiple threads to restore at the same time? A few days ago, I backed up a database with many tables. The database was backed up for 7...
Retores of procedures do not seem to work under Linux due to the following bug in the Mysql connector: https://bugs.mysql.com/bug.php?id=98037 If you try to restore this script under Linux a...
While using MySQLbackup.NET temporary column is not exportable, it says tempcolumn not existed in the table name Code reference: DictionaryTables(" table_name") = String.Format("select *,'a' as temp from table_name Error :...
Convert ASCII null to \0 Fix BLOB to char conversion bug Add feature: ExportInfo.CombineInserts (bool) = false (do not combine inserts) ExportInfo.SeparateInsertsByLineBreak (bool) = true