Fading Coder

An Old Coder’s Final Dance

Resolving Error 2059 (HY000) with MySQL Authentication Plugin 'caching_sha2_password'

When working with MySQL 8.0, you might encounter the following issue during remote connection attempts: # mysql -h10.254.73.103 ERROR 2059 (HY000): Authentication plugin 'caching_sha2_password' cannot be loaded: /usr/lib64/mysql/plugin/caching_sha2_password.so: cannot open shared object file: No suc...