April 2008
Intermediate to advanced
566 pages
21h 55m
English
OLD_PASSWORD()
OLD_PASSWORD(string)This function encrypts a given string based on the password encryption method used prior to version 4.1 of MySQL. The result cannot be decrypted. Here is an example:
UPDATE teachers
SET pwd = OLD_PASSWORD('test')
WHERE teacher_id = '730522';Read now
Unlock full access