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 Server 实例在登录协商期间返回无效或不受支持的协议版本 2021-01-01
- 如何使用 mysql.connector 禁用查询缓存 2022-01-01
- 将 SQL Server DateTime 列迁移到 DateTimeOffset 2021-01-01
- SSMS 中的权限问题:“对象 'extended_properties'、数据库 'mssqlsystem_resource'、... 错误 229)上的 SELECT 权限被拒绝" 2022-01-01
- 无法解决整理冲突 2021-01-01
- 需要 MySQL 5.1 中的抽象触发器来更新审计日志 2021-01-01
- 在 SQL 中连接多个表 2021-01-01
- SQL 效率:WHERE IN 子查询 vs. JOIN 然后 GROUP 2021-01-01
- SQL:使用来自具有相同列名的两个表中的数据... 2021-01-01
- 是否可以执行按位分组功能? 2021-01-01
