[MariaDB] Client does not support authentication protocol requested by server. plugin type was = 'caching_sha2_password'
RalphORama opened this issue ยท 1 comments
Description
Using MariaDB 8.0.22-0ubuntu0.20.04.3 as a backend fails because the plugin does not support caching_sha2_password
.
Reproduction steps
- Install LuckPerms
- Configure MariaDB backend in config.yml as usual
- Start server
- If specified MariaDB server is version 8.0 or higher and using
caching_sha2_password
as the password algorithm, the error appears in console.
Expected behaviour
LuckPerms authenticates with MariaDB and uses it as a storage backend
Environment details
- Server type/version:
Tuinity version git-Tuinity-"b12d0cc"
running version1.16.5
- LuckPerms version:
LuckPerms-Bukkit-5.3.37
- MariaDB version:
8.0.22-0ubuntu0.20.04.3
Any other relevant details
I do not have this issue with any of my other plugins that connect to the same MariaDB server. This issue is specific to LuckPerms