Removed: PASSWORD() - Generating Password Hash

Q

How to convert a password into a hash value with the default hashing algorithm using the PASSWORD() function?

✍: FYIcenter.com

A

PASSWORD(password) is a MySQL built-in function that converts a password into a hash value with the default hashing algorithm.

Note that PASSWORD() is no longer supported. It was:

  Introduced MySQL 4.0.
  Removed in MySQL 8.0.

Related MySQL functions:

 

MySQL Function References

Removed: JSON_APPEND() - Synonym for JSON_ARRAY_APPEND()

Removed MySQL Functions

⇑⇑ MySQL Function References

2023-12-18, 289🔥, 0💬