mysql-authentication-plugin-caching-sha2-password-is-not-supported Posted on 2018-05-04 Comments: 12/etc/my.cnfdefault-authentication-plugin=mysql_native_password 1SELECT user, host, plugin FROM mysql.user; 1mysql > CREATE USER 'username'@'hostname' IDENTIFIED WITH mysql_native_password BY 'password';