SQL Server automatically synchronized to MySQL

This article will show you how to automatically move data from SQL Server to MySQL database or timing synchronization (or sync automatically or from MySQL to SQL Server database). Just a few steps you can easily achieve.

 

 

1. Click the "New" button in the "Synchronization Manager" panel to create a synchronization project.

 

2. First switch to the "source database" tab. Fill in the source database information synchronized.

 

Select the type of database SQL Server 2000/2005/2008/2012/2014

 

3. Switch to the "target database" tab. In the same way to fill in the target database synchronization.

 

Select the type of database Mysql 4.X, 5.X, 6.X

When you synchronize from MySQL to SQL Server, each table requires at least one primary key (SQL Server to MySQL does not require)

4. Switch to the "Sync content settings" tab. Select the database tables need to be synchronized.

 

5. Switch to the "planning and scheduling settings" tab, create a new operating plan.

 

If automatic synchronization (e.g., 24 hours) is selected automatically.

If you need to sync, then click on the corresponding option.

 

6. Click "OK" to set success!

 

Note: When you use the software automatically creates the problem table structure, may appear from MySQL replication to SQL Server:

1. MYSQL the DateTime type, there may be '0001-1-10: 0: 0', is not compatible with SQL Server DateTime range, it is necessary in the SQL Server

DateTime type is changed to DateTime2.

2. MySQL's UTF-8 character set of the database, synchronization to SQL Server, you may need to varchar type SQL Server need to be modified to nvarchar type.

Enhance the speed and performance of database synchronization

SyncNavigator default synchronization project configuration is only suitable for small and medium sized databases. When you need to synchronize large, very large databases, the following settings can be significantly improved database synchronization speed.

1. Select the project to be set in the "Synchronization Manager" panel, click on the "Edit" button to start the setup.

 

2. Switch to the "Sync Preferences" tab.

Guess you like

Origin www.cnblogs.com/syncnavigator8/p/12419831.html