Bug #59792 | bin/mysql -uunknown -punknown .-> using password: NO | ||
---|---|---|---|
Submitted: | 28 Jan 2011 10:55 | Modified: | 27 Jul 2011 16:57 |
Reporter: | Ulf Wendel | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
Version: | 5.5.8 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[28 Jan 2011 10:55]
Ulf Wendel
[28 Jan 2011 10:59]
Valeriy Kravchuk
Indeed, with 5.1.54 on port 3310 and 5.5.8 on port 3312 I see: C:\Program Files\MySQL\MySQL Server 5.1\bin>mysql -uuu -puu -P3310 test ERROR 1045 (28000): Access denied for user 'uu'@'localhost' (using password: YES ) C:\Program Files\MySQL\MySQL Server 5.1\bin>mysql -uuu -puu -P3312 test ERROR 1045 (28000): Access denied for user 'uu'@'localhost' (using password: NO)
[13 May 2011 16:26]
Tim Soderstrom
This actually caused a non-trivial amount of work for me to figure out. Any work on when this will be resolved? I would think it's a simple fix. What's the point of having error reporting at all if it's totally misleading and wrong?
[27 Jul 2011 16:55]
Paul DuBois
Noted in 5.5.15, 5.6.3 changelogs. For unknown users, the native password plugin reported incorrectly that no password had been specified even when it had.