Showing posts with label .Net SQL client connector. Show all posts
Showing posts with label .Net SQL client connector. Show all posts

Friday, December 30, 2016

How to connect to MySQL database from SSIS ?

Solution-

1.       Either using ODBC driver
2.       Using .Net SQL client Connector

Using ODBC Driver-

·         Install newer version of ODBC Driver for MySQL 
·         ‘Mysql-connector-odbc-5.2.6-win32’ for Windows with 32 bit.
·         ‘Mysql-connector-odbc-5.3.1-beta-winx64’ for Windows with 64 bit.

Using Dot Net SQL client Connector to MySQL

·         Install latest version of .Net connector for MySQL
·         ‘mysql-connector-net-6.8.3’

Using ODBC Driver---

After installation of ODBC driver, go to Systems and Security->Administrative Tools- > ODBC Data Sources
















In SSIS-


Using Dot Net SQL client Connector to MySQL ----In SSIS-