我无法使用 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 服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
Typeorm 不返回所有数据Typeorm Does not return all data(Typeorm 不返回所有数据)
MySQL在使用长类型数字过滤varchar类型时返回额外MySQL return extra records when using a long type number to filter varchar type(MySQL在使用长类型数字过滤varchar类型时返回额外记录)
MySQL 错误 #1071 - 指定的键太长;最大密钥长度为MySQL Error #1071 - Specified key was too long; max key length is 767 bytes(MySQL 错误 #1071 - 指定的键太长;最大密钥长度为 767 字节)
MySQL命令行表列宽与utf8MySQL command-line table column width with utf8(MySQL命令行表列宽与utf8)
Python unicode 编码问题Python unicode encoding issue(Python unicode 编码问题)
创建一个带有动态参数数量的 MySQL 存储函数Create a MySQL stored function with a dynamic number of arguments(创建一个带有动态参数数量的 MySQL 存储函数)