I am working on a project which involves a server accessing a database. The database is developed on MySQL (v8.0) and is active on another PC. The access to the database is active via port forwarding, but whenever the database is accessed from my PC, the following Error comes up.
"Authentication plugin '{0}' is not supported".format(plugin_name)) mysql.connector.errors.NotSupportedError: Authentication plugin 'caching_sha2_password' is not supported
I have tried reinstalling the mysql python connector and checked all the versions for the same but they all check out (I even made another VM to cross verify the same!).
Please help with this. Any kind of input would be appreciated!!