python连接MySQL时报错:pymysql.err.OperationalError: (1043, 'Bad handshake')

解决方案:

更新pymysql插件

在cmd中输入:

python -m pip uninstall pymysql ---  卸载pymysql

python -m pip install pymysql     ---  安装pymysql

相关文章:

  • 2021-05-06
  • 2021-06-25
  • 2021-11-25
  • 2021-12-05
  • 2021-09-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-25
  • 2022-01-13
  • 2021-07-02
相关资源
相似解决方案