启动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
相关推荐