0
点赞
收藏
分享

微信扫一扫

python 连接mysql 报错 打包 报错

蓝哆啦呀 2024-01-17 阅读 18

mysql.connector.connect(auth_plugin='mysql_native_password', host=lis[0], database=lis[1], user=lis[2], password=lis[3])

auth_plugin='mysql_native_password'

Python连接MySQL报错:mysql.connector.errors.NotSupportedError: Authentication plugin ‘caching_sha2_password’ is not supported

https://blog.csdn.net/Bee_AI/article/details/102767400


pymysql.connect(host=lis[0], database=lis[1], user=lis[2], password=lis[3])

python:pyinstaller打包后,运行exe提示缺失包文件

举报

相关推荐

0 条评论