Authentication Plugin - caching_sha2_password
MySQL-compatible caching_sha2_password authentication plugin, for migrating MySQL users to MariaDB without changing their passwords (migration use; PARSEC is recommended otherwise).
Overview
Installing the Plugin
INSTALL SONAME 'auth_mysql_sha2';[mariadb]
...
plugin_load_add = auth_mysql_sha2Uninstalling the Plugin
Using the Plugin
System Variables
caching_sha2_password_private_key_path
caching_sha2_password_private_key_pathcaching_sha2_password_public_key_path
caching_sha2_password_public_key_pathcaching_sha2_password_auto_generate_rsa_keys
caching_sha2_password_auto_generate_rsa_keyscaching_sha2_password_digest_rounds
caching_sha2_password_digest_roundsLast updated
Was this helpful?

