MySQL 8.0’s new default authentication plugin means more secure connections for users connections but also for replication… but you need to be aware of it !
Yesterday Giuseppe – the datacharmer – Maxia, submitted a bug related to a strange behavior of MySQL’s replication.
He observed that after creating a new user for replication (using
the new authentication method,
caching_sha2_password
), when he created the slave as
usual, replication was not starting…
Slave_IO_Running
was constantly in
“Connecting” and the Last_IO_Error
was:
Last_IO_Error: error connecting to master 'repl2@127.0.0.1:24011' - …[Read more]