When I try to connect to server on MySQL Workbench, I get the error saying
Your connection attempt failed to user 'root' from your host to server as localhost:3306:
Authentication plugin
caching_sha2_password
cannot be loaded:The specified module could not be found.
It seems like I do not have the module for caching_sha2_password
installed. How do I install this plugin?
I tried to follow steps provided here. But this is my first interaction with MySQL, so I did not understand the steps.
For example, under Using SHA-2 Pluggable Authentication, it says
"storing those values in the
plugin
andauthentication_string
columns of the >mysql.user
system table."
But where is the mysql.user
system table and how do I access it and store the values?
Any help would be greatly appreciated!