Bug #47254 | Password() Password_OLD() return same hash | ||
---|---|---|---|
Submitted: | 10 Sep 2009 15:10 | Modified: | 10 Sep 2009 15:58 |
Reporter: | Steve Wilson | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.1.37 | OS: | Linux (Fedora Core 11) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Password hashing |
[10 Sep 2009 15:10]
Steve Wilson
[10 Sep 2009 15:49]
Valeriy Kravchuk
Please, send the results of: show global variables like 'old%'; from your server.
[10 Sep 2009 15:53]
Steve Wilson
'old', 'OFF' 'old_alter_table', 'OFF' 'old_passwords', 'ON'
[10 Sep 2009 15:58]
Valeriy Kravchuk
If old_passwords is ON, this is not a bug, but documented behavior. Please, check http://dev.mysql.com/doc/refman/5.1/en/password-hashing.html.