pymysql.err.InternalError: (1043, ‘Bad handshake‘)

使用pypymysql连接mysql时报错

pymysql.err.InternalError: (1043, 'Bad handshake')

解决方案

方案一

卸载原来版本:pip3 uninstall pymysql
安装最新版本: pip3 install pymysql

方案二

如果方案一不行;
卸载原来版本:pip3 uninstall pymysql
安装更老版本: pip3 install pymysql==0.6.7

如果还不行,试试其他版本

posted @ 2022-03-07 18:03  叕叕666  阅读(326)  评论(0)    收藏  举报