OLD_PASSWORD()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Enterprise Server
Topics on this page:
Overview
Returns the value of the old (pre-MySQL 4.1) implementation of PASSWORD() as a string.
EXAMPLES
SELECT OLD_PASSWORD('MariaDB42!');
+----------------------------+
| OLD_PASSWORD('MariaDB42!') |
+----------------------------+
| 0732aa4d6a3a72a8 |
+----------------------------+
SELECT PASSWORD('MariaDB42!');
+-------------------------------------------+
| PASSWORD('MariaDB42!') |
+-------------------------------------------+
| *07A469684341365CDFBADCAEF5FCD6B57F881A9A |
+-------------------------------------------+
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.