Comments - Installing an authentication plugin in existing MariaDB container
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
INSTALL SONAME 'auth_ed25519';
But I don't see the "auth_ed25519.so" under the path /usr/lib/mysql/plugin/ for this particular container. Can I get it from any of the packages? Or can I simply copy it from a source and place it under this path?
I intend replace the existing native authentication - I am actually looking to replace SHA1Hash by ed25519 as it is more secure compared to the latter it seems
Just to clarify, I am not using the MariaDB connector but it's my own C++ implementation of the same. So I am not using the client libraries which we nornally get as part of the original MariaDB connector.