Skip to content

Commit ce4fe4e

Browse files
authored
Update README.md
1 parent cc7dee1 commit ce4fe4e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,28 +73,28 @@ using (MySqlConnection conn = new MySqlConnection(constring))
7373

7474
## Introduction
7575

76-
MySqlBackup.NET is a tool (DLL) that can backup/restore MySQL database in .NET Programming Language. It is an alternative to MySqlDump.
76+
MySqlBackup.NET is a tool (DLL) that can backup/restore MySQL database in .NET Programming Language. It is an alternative to MySqlDump.
7777

78-
This tool is develop in C# but able to be used in any .NET Language (i.e. VB.NET, F#, etc).
78+
This tool is developed in C# but able to be used in any .NET Language (i.e. VB.NET, F#, etc.).
7979

80-
Another benefits of making this tool is, we don't have to rely on two small programs - MySqlDump.exe and MySql.exe to perform the backup and restore task. We will have better control on the output result in .NET way.
80+
Another benefit of making this tool is, we don't have to rely on two small programs - MySqlDump.exe and MySql.exe to perform the backup and restore task. We will have better control on the output result in .NET way.
8181

8282
The most common way to backup a MySQL Database is by using MySqlDump and MySQL Workbench.
8383

84-
MySQL Workbench is good for developers, but, when comes to client or end-user, the recommended way is to get every parameter preset and all they need to know is press the big button "Backup" and everything is done. Using MySQL Workbench as a backup tool is not a suitable solution for client or end-user.
84+
MySQL Workbench is good for developers, but when comes to the client or end-user, the recommended way is to get every parameter preset and all they need to know is press the big button "Backup" and everything is done. Using MySQL Workbench as a backup tool is not a suitable solution for the client or end-user.
8585

86-
On the other hand, MySqlDump.exe cannot be executed directly from the Web Server. As most providers forbid that, MySqlBackup will be helpful in building a web-based (ASP.NET) backup tool.
86+
On the other hand, MySqlDump.exe cannot be executed directly from the Web Server. As most providers forbid that, MySqlBackup will be helpful in building a web-based (ASP.NET) backup tool.
8787

8888
## Features
8989

9090
* Backup and Restore of MySQL Database
9191
* Can be used in any .NET Languages.
9292
* Export/Import to/from MemoryStream
9393
* Conditional Rows Export (Filter Tables or Rows)
94-
* Build-In Internal Encryption Function
94+
* Built-in Internal Encryption Function
9595
* Able Restore to New Non-Existed Database
9696
* Progress Report is Available for Both Export and Import Task.
97-
* Able to export rows into different mode. (Insert, Insert Ignore, Replace, On Duplicate Key Update, Update)
97+
* Able to export rows into different modes. (Insert, Insert Ignore, Replace, On Duplicate Key Update, Update)
9898
* Can be used directly in ASP.NET or web services.
9999

100100
## Prerequisite and Dependencies for Development, Compile and Production Usage

0 commit comments

Comments
 (0)