Password() generates random result in 4.1.0 alpha
"Kevin Lee" <[email protected]>
| Newsgroups | gmane.comp.db.mysql.bugs |
|---|---|
| Message-ID | <002a01c360f4$524d9a10$0200a8c0@NOTEBOOK> |
Hello,
In 4.1.0 alpha, I found the result of "SELECT PASSWORD('WHATEVER')" statement is generating random results. Therefore I had to use MD5() to store password to my tables.
This problem does not exists in 4.0, where PASSWORD() gives consistent result.
Why can this happen?