gpt4 book ai didi

python - 为什么在建立 mysql 到 python 连接时出错?

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

当我在 Python 中连接数据库时出现错误:

mysql.connector.errors.NotSupportedError: Authentication plugin 'caching_sha2_password' is not supported

代码:

import mysql.connector
mydb = mysql.connector.connect(
host="localhost",
user="root",
passwd="prakash17"
)
print(mydb)

最佳答案

这里已经回答了这个问题: Authentication plugin 'caching_sha2_password' is not supported

解决方案是安装 mysql-connector-python 而不是 mysql-connector:

pip install mysql-connector-python

关于python - 为什么在建立 mysql 到 python 连接时出错?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55514135/

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