caching_sha2_password is now the default authentication on MySQL, but the database driver used here doesn't seem to support it.
Can create a specific user using mysql_native_password to get it to work, but would be good to support the MySQL 8.0 default out of the box.
caching_sha2_passwordis now the default authentication on MySQL, but the database driver used here doesn't seem to support it.Can create a specific user using
mysql_native_passwordto get it to work, but would be good to support the MySQL 8.0 default out of the box.