无法在 MySQLCC ERROR 1043 Bad Handshake 上连接到 MySQL

Can#39;t connect to MySQL server on MySQLCC ERROR 1043 Bad Handshake(无法在 MySQLCC ERROR 1043 Bad Handshake 上连接到 MySQL 服务器)
本文介绍了无法在 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 服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Hibernate reactive No Vert.x context active in aws rds(AWS RDS中的休眠反应性非Vert.x上下文处于活动状态)
Bulk insert with mysql2 and NodeJs throws 500(使用mysql2和NodeJS的大容量插入抛出500)
Flask + PyMySQL giving error no attribute #39;settimeout#39;(FlASK+PyMySQL给出错误,没有属性#39;setTimeout#39;)
auto_increment column for a group of rows?(一组行的AUTO_INCREMENT列?)
Sort by ID DESC(按ID代码排序)
SQL/MySQL: split a quantity value into multiple rows by date(SQL/MySQL:按日期将数量值拆分为多行)