连接到mysql数据库时出现错误

时间:2020-05-29 15:04:52

标签: mysql mysql-python

我的python代码:

import mysql.connector as sql

db = sql.connect(host="localhost",user="root",password="senha123")

它返回: mysql.connector.errors.NotSupportedError:不支持身份验证插件'caching_sha2_password'

有什么想法吗?

PS:我已经安装了mysql-connector,mysql-connector-python,mysql-connector-python-rf

0 个答案:

没有答案