in reply to DBI supporting ed25519 ?
The authentication itself is delegated by DBI to DBD::MariaDB, which (I guess) in turn delegates that to the MariaDB database drivers. Two issues I find on the interwebs suggest that the MariaDB client packages do not necessarily include the appropriate client authentication plugin library ( Askubuntu, Github ).
So maybe explicitly installing the mariadb client (instead of only DBD::MariaDB) via your OS package manager helps provide the appropriate plugin?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBI supporting ed25519 ?
by Andy16 (Acolyte) on Jan 28, 2025 at 16:59 UTC | |
by Corion (Patriarch) on Jan 28, 2025 at 17:16 UTC |