Bug #28166 | Authentication failure with non-latin1 user names and mysql cmd line | ||
---|---|---|---|
Submitted: | 30 Apr 2007 17:55 | Modified: | 30 Apr 2007 18:32 |
Reporter: | Andrey Hristov | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0, probably 5.1 too | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[30 Apr 2007 17:55]
Andrey Hristov
[30 Apr 2007 17:55]
Andrey Hristov
bug28166 test case
Attachment: a.php (application/x-php, text), 90 bytes.
[30 Apr 2007 18:32]
Andrey Hristov
So, actually not a server issue but client issue. During the authentication handshake the client library should send the charset number along with the user name and password. It was sending latin1. mysqli fixed.