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
本文探讨了使用SSIS连接MySQL数据库时遇到的问题及解决办法。主要错误为使用caching_sha2_password认证方法导致无法登录MySQL。文中提供了一种可能的解决方案:检查MySQL连接字符串是否正确。
3461

被折叠的 条评论
为什么被折叠?



