It looks like you are using MySQL 8.0 server. If you can, replace it with MariaDB (it's MySQL compatible) or change user authentication toSomeone knows whats happening?
mysql_native_password:
I'm using UniServer Zero XVIt looks like you are using MySQL 8.0 server. If you can, replace it with MariaDB (it's MySQL compatible) or change user authentication tomysql_native_password:
![]()
Fixing "Authentication plugin 'caching_sha2_password' cannot be loaded" errors
As of MySQL 8.0, `caching_sha2_password` is now the default authentication plugin rather than `mysql_native_password` which was the default in previous versions. This means that clients (Sequel Pro, HeidiSQL etc) that rely on the `mysql_native_password` won't be able to connect because of this...chrisshennan.com
You can try second solution with switching given user authentication method.I'm using UniServer Zero XV