报错信息:
mysql.connector.errors.NotSupportedError: Authentication plugin 'caching_sha2_password' is not supported
问题:python连接mysql的驱动不正确
解决方式:
使用这个驱动(阿里云镜像):
pip install -i https://mirrors.aliyun.com/pypi/simple mysql-connector-python
mysql.connector.errors.NotSupportedError: Authentication plugin 'caching_sha2_password' is not supported
使用这个驱动(阿里云镜像):
pip install -i https://mirrors.aliyun.com/pypi/simple mysql-connector-python