Authentication Plugin - SHA-256
The SHA-256 authentication plugin uses the SHA-256 hashing algorithm for password storage, offering stronger security than the default SHA-1 method.
Background
Support in MariaDB Server
ALTER USER user_name IDENTIFIED WITH mysql_native_password BY 'new_password'Support in Client Libraries
Client Authentication Plugins
sha256_password
sha256_passwordcaching_sha256_password
caching_sha256_passwordUsing the Plugin with MariaDB Connector/C
Using Plugins with MariaDB Connector/ODBC
Using Plugins with MariaDB Connector/J
Using Plugins with MariaDB Connector/Node.js
See Also
Last updated
Was this helpful?

