Raise Errors.NotSupportedError( Mysql.connector.errors.NotSupportedError: Authentication Plugin 'caching Sha2 Password' Is Not

[Solved] Raise Errors.NotSupportedError( Mysql.connector.errors.NotSupportedError: Authentication Plugin 'caching Sha2 Password' Is Not | Sql - Code Explorer | yomemimo.com
Question : raise errors.NotSupportedError( mysql.connector.errors.NotSupportedError: Authentication plugin 'caching_sha2_password' is not supported

Answered by : light-lizard-7124o6jw1dyr

You have probably installed mysql-connector instead of mysql-connector-python. So you need to install it again for python3:
pip3 install mysql-connector-python

Source : https://stackoverflow.com/questions/50557234/authentication-plugin-caching-sha2-password-is-not-supported | Last Update : Mon, 12 Oct 20

Answers related to raise errors.NotSupportedError( mysql.connector.errors.NotSupportedError: Authentication plugin 'caching sha2 password' is not supported

Code Explorer Popular Question For Sql