启动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报错解决
阅读 45
2022-04-06
启动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
相关推荐
精彩评论(0)