ERROR 1156 (08S01): Plugin caching_sha2_password could not be loaded: Error loading shared library /usr/lib/mariadb/plugin/caching_sha2_password.so: No such file or directory code example
Example: MySQL said: Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/lib/plugin/caching_sha2_password.so, 2): image not found
ALTER USER 'username'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
restert mysql
sudo mysql.server restart