在安装mysql出现两个报错,记录一下:
1.ModuleNotFoundError:No module named ‘ConfigParser’
解决:
pip install mysql-connector
2.Authentication plugin ‘caching_sha2_password’ is not supported
解决:
pip install mysql-connector-python
在安装mysql出现两个报错,记录一下:
1.ModuleNotFoundError:No module named ‘ConfigParser’
解决:
pip install mysql-connector
2.Authentication plugin ‘caching_sha2_password’ is not supported
解决:
pip install mysql-connector-python