-
Notifications
You must be signed in to change notification settings - Fork 108
Home
adriancs edited this page Jul 7, 2025
·
52 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 (MySqlBackup.NET, MySqlDump, MySQL.EXE) - 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
- v2.6 - Understanding Headers and Footers in MySqlBackup.NET SQL Dump Files - 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# - Executing mysqldump and mysql.exe Directly in System.Diagnostics.Process Without External Script
- Updated: July 4th, 2025
This is a comprehensive C#-specific solution for running mysqldump and mysql.exe directly in System.Diagnostics.Process.
This complete information doesn't appear to be directly available on the internet or from AI (as of this writing).
Some of the crucial steps were discovered through extensive trial and error.
This guide has been re-adapted into another version of the walkthrough published at adriancs.com.