Home  >  Article  >  Database  >  MYSQL synchronizes Sqlserver database data

MYSQL synchronizes Sqlserver database data

黄舟
黄舟Original
2017-08-07 16:04:032431browse

MYSQL method to synchronize sqlserver database data.

1. Download and install SQLyog v10.51, make sure Mysql and Sql server 2008 r2 are installed on this machine.


##2. Use SQLyog to connect to the local mysql database


##3. Click Database>Import>Import external data to enter the SQLyog external data import wizard, select "Start a new job" and click "Next"

MYSQL synchronizes Sqlserver database data


4. Among the data source types, there are only access, excel, and csv , any odbc data source. It can be imported using the previous three intermediate data format conversion methods, but it is troublesome. Here we select any ODBC data source

MYSQL synchronizes Sqlserver database data


##5 .Click "Create New DSN" again, and the "Create New Data Source" window will pop up. We select "System Data Source" and enter the next step

MYSQL synchronizes Sqlserver database data


##6. Select the data source driver "SQL Server", enter the next step and click "Finish"

MYSQL synchronizes Sqlserver database data


7. Set a data source name and fill in your SQL server IP, if yes The local server can directly select

MYSQL synchronizes Sqlserver database data

##8 from the drop-down box .Enter the login account and password (depending on which login authentication method your SQL server uses). Once filled in, click Next, Next, and Finish.

MYSQL synchronizes Sqlserver database data

##9. After the configuration information window pops up, You can click "Test Data Source" to see if you are connected to the server

MYSQL synchronizes Sqlserver database data

##10. Return to the import wizard and select Next.


11. After setting the local target database to be imported, select "Copy data to local" for the next step. , check the data table you want to import, and later you can also set the name of the local data table to be copied to each table accordingly, and then start copying the data to local MYSQL in the next step.


MYSQL synchronizes Sqlserver database data


#

The above is the detailed content of MYSQL synchronizes Sqlserver database data. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn