Recently I blogged about the new default authentication plugin in MySQL 8.0 and I got some comments complaining that this new authentication plugin is breaking half of applications.
So first of all, if you are using an old connector or a
connector (like the one for Go) not yet supporting
caching_sha2_password
as authentication plugin, you
are still able to
use the old
one. If you have created a new
user for your application not supporting the new authentication
method, you just have to run the …