解决 mysql.connector.errors.NotSupportedError
时间:2019-10-21 20:14:16
收藏:0
阅读:484
转载: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
评论(0)