解决 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 
本博客为记录本人遇到问题时所找到的解决方案,且均经过本人亲测可用,如有侵权请联系添加来源或删除文章,谢谢。
原文地址:https://www.cnblogs.com/heymonkey/p/11715295.html