gpt4 book ai didi

Python 无法连接到 MySQL 数据库 : OperationalError

转载 作者:行者123 更新时间:2023-11-29 05:55:02 25 4
gpt4 key购买 nike

当我在 Python shell 中输入时:

import MySQLdb
Con = MySQLdb.Connect(user='testuser', password='password', db='test')

我明白了:

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\Nickey\AppData\Local\Programs\Python\Python36\lib\site-packages\MySQLdb\__init__.py", line 86, in Connect
return Connection(*args, **kwargs)
File "C:\Users\Nickey\AppData\Local\Programs\Python\Python36\lib\site-packages\MySQLdb\connections.py", line 204, in __init__
super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (2059, <NULL>)

而且根本没有错误的描述。拜托,我正在等待帮助。谢谢。

更新:万一有人遇到这个问题,它似乎与新的 mysql_auth_plugin 及其新的 Strong Password Encryption for Authentication。我刚刚在 MySQL 服务器的配置中切换到 old_password_plugin(旧版身份验证方法),现在 [一切正常!]。

最佳答案

根据文档,password 不是您输入的关键字参数,而是如您所见的 passwd --> here

关于Python 无法连接到 MySQL 数据库 : OperationalError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50256456/

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