天天看點

ssis 連結mysql,SSIS與MySQL的連接配接

ssis 連結mysql,SSIS與MySQL的連接配接

Hello,

Looking for some help with creating an SSIS connection manager to a MySQL database.  I have tried the following with no luck:

https://smallbusiness.chron.com/connect-mysql-ssis-60851.html

The error message is:

Test connection failed because of an error in initializing provider. Authentication to host '' for user '' using method 'caching_sha2_password' failed with message: Access denied for user using password: NO

My setup is:

Windows 10x64

Microsoft Visual Studio Enterprise 2017

VisualStudio.15.Release/15.9.11+28307.586

MySQL for Visual Studio   1.2.8

SQL Server Data Tools   15.1.61903.01040

Microsoft SQL Server Integration Services Designer

Version 15.0.1100.123

MySQL connector/Net 8.0.16

MySQL Community Server 8.0.16

Thanks

Mike

解決方案Hi Mike,

May I know if you set your

MySQL connection string correctly?

Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;

Best Regards,

Mona Lv