gpt4 book ai didi

Python MysqlClient (MYSQLDB) 无法连接到远程服务器

转载 作者:行者123 更新时间:2023-11-29 16:50:48 26 4
gpt4 key购买 nike

我使用的是 python 2.7.15 版本,我还做了 pip2.7 install --upgrade mysqlclient

但是,我要连接到所有 5.6 或 5.7 版本的远程数据库,但无法连接到远程 mysql db 5.1

当我尝试从本地 mysqlclient(没有 python)连接时,会发生相同的响应

Python客户端运行时两者之间有关联吗?

错误是:

       /local/lib/python2.7/site-packages/MySQLdb/connections.py", line 204, in __init_
super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (2027, 'Malformed packet')

最佳答案

升级您的Mysqlclient版本

pip install --upgrade mysqlclient

我也有同样的问题,但是这样解决了

关于Python MysqlClient (MYSQLDB) 无法连接到远程服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52812921/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com