Hit "Authentication plugin 'caching_sha2_password' is not supported" when you are using mysql-connector with Python?
Well, the answer is:
a). Uninstall mysql-connector, and
pip uninstall mysql-connector
b). Proceed to install mysql-connector-python
pip install mysql-connector-python
Enjoy scripting!
No comments:
Post a Comment