-
Notifications
You must be signed in to change notification settings - Fork 109
Home
adriancs edited this page Jul 6, 2025
·
79 revisions
Last Updated: July 4th, 2025
Content:
- v2.6 - Getting Started Guide: From Basics to Advanced - Updated: July 4th, 2025
- v2.6 - Change Log - Updated: July 4th, 2025
- v2.6 - Understanding the Parallel Export Mechanism in MySqlBackup.NET - Update: July 6th, 2025
- v2.6 - Performance Benchmark (MySqlDump vs MySqlBackup.NET) - Updated: July 4th, 2025
- v2.6 - Understanding MySQL TIMESTAMP Timezone Handling in MySqlBackup.NET - Updated: July 6th, 2025
- v2.6 - Conditional Rows Export for Each Table - Updated: July 4th, 2025
- v2.6 - Column Value Adjustment Feature - Updated: July 4th, 2025
- v2.6 - Understanding Escape Characters in MySQL and MySqlBackup.NET - Updated: July 6th, 2025
- v2.6 - Understanding Delimiters and Routine Creation in MySQLBackup.NET - Updated: July 6th, 2025
- Example of Using in MemoryStream, Zip and ASP.NET
- Using Encryption and Compression - Updated: July 5th, 2025
- Export Each Table As Separate SQL Backup File
- Frequently Asked Questions (FAQ) Commonly Seen Error
- How to Add This Library into Your Project
- Packets larger than max_allowed_packet are not allowed - Updated: July 4th, 2025
- Running in CentOS (Linux)
- Table or Column's name wrapped with double quotes in stead of single quote
- Using Progress Report With Export Backup
- Using Progress Report With Import Restore
Other:
-
C# - Using mysqldump and mysql.exe Command Line Tool To Backup, Restore, Export, Import MySQL Database
- Updated: July 4th, 2025
This is the most comprehensive C#-specific solution for running mysqldump and mysql.exe directly.
I'm confident that at this point, this complete information isn't directly available on the internet.
Not even from AI (as of this writing).
Some of the crucial steps were cracked through extensive trial and error.
This guide has been re-adapted into another version of the walkthrough published at (https://adriancs.com/using-mysqldump-and-mysql-exe-in-c-process-without-using-external-script-backup-and-restore-of-mysql-databases/).