Hi @SLi,
You may use ODBC driver to connect to Mysql or the .Net Framework Data Provider for MySQL.
You may follow this documentation step by step.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How can i connect to Mysql database in SSIS package?
Hi @SLi,
You may use ODBC driver to connect to Mysql or the .Net Framework Data Provider for MySQL.
You may follow this documentation step by step.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.
As you do it with any other RDBMS: Install the adata provider, OleDB or ODBC, and then use it to connect & query data. https://dev.mysql.com/downloads/
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more