解决 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 

你可能感兴趣的