Python MySQL - mysql-connector 驱动

解决 mysql.connector.errors.NotSupportedError

 

转载:https://www.jianshu.com/p/7b0dd384f512

环境

mysql:8.0.11
python:3.6

错误描述

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

解决方案:

pip install MySQL-connector-python 
posted @ 2021-06-15 11:23  Sam小叔叔  阅读(35)  评论(0编辑  收藏  举报