Can#39;t connect to MySQL server on MySQLCC ERROR 1043 Bad Handshake(无法在 MySQLCC ERROR 1043 Bad Handshake 上连接到 MySQL 服务器)
问题描述
我无法使用 MySQLCC 和我的网页连接到我的 server221.我已成功连接到服务器 253,没有出现错误.我不确定出了什么问题,但我不断收到错误 1043 握手错误.我确信我所有的用户名和密码都正确输入.我什至可以 ping 服务器 192.168.0.221
I can't connect to my server221 with MySQLCC and also through my webpage. I have managed to connect to server 253 with no errors. I am not sure what is wrong but I keep getting the error 1043 bad handshake. I am positive that all my userID and password are keyed in correctly. I can even ping the server 192.168.0.221
我正在更换 PC,在我之前的 PC 上,我设法使用相同的设置完美地连接到 server221.我什至不知道从哪里开始调试.请帮忙.
I am changing PC and on my previous PC, I have managed to connect to the server221 flawlessly with the same settings. I don't know where to even start debugging. Please help.
推荐答案
确保服务器安装的版本与 PC 上的 ODBC 连接器版本相同.比如你的服务器安装了5.7.16 MySQL.然后您必须安装 msi 文件附带的 5.7.16 ODBC 连接器.不要去网上下载最新的 ODBC 连接器.我不会工作
Make sure the version that the server installed is the same as your ODBC Connector at your PC. For example is your server installed 5.7.16 MySQL. Then you have to installed the 5.7.16 ODBC Connector that comes with the msi file. Don't go to the web and download the latest ODBC connector. I will not work
这篇关于无法在 MySQLCC ERROR 1043 Bad Handshake 上连接到 MySQL 服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法在 MySQLCC ERROR 1043 Bad Handshake 上连接到 MySQL


- 在SQL中,如何为每个组选择前2行 2021-01-01
- 导入具有可变标题的 Excel 文件 2021-01-01
- 如何使用 pip 安装 Python MySQLdb 模块? 2021-01-01
- 更改自动增量起始编号? 2021-01-01
- 以一个值为轴心,但将一行上的数据按另一行分组? 2022-01-01
- 如何将 Byte[] 插入 SQL Server VARBINARY 列 2021-01-01
- 远程 mySQL 连接抛出“无法使用旧的不安全身份验证连接到 MySQL 4.1+"来自 XAMPP 的错误 2022-01-01
- SQL 临时表问题 2022-01-01
- 使用 Oracle PL/SQL developer 生成测试数据 2021-01-01
- 如何将 SonarQube 6.7 从 MySQL 迁移到 postgresql 2022-01-01