MD5
Calculate MD5 checksum. This function returns the MD5 hash of a string as a 32-character hexadecimal number.
Syntax
MD5(str)Description
Examples
SELECT MD5('testing');
+----------------------------------+
| MD5('testing') |
+----------------------------------+
| ae2b1fca515949e5d54fb22b8ed95575 |
+----------------------------------+Last updated
Was this helpful?

