Bug #74482 | A # character cannot be represented in MySQL .ini files | ||
---|---|---|---|
Submitted: | 21 Oct 2014 12:42 | Modified: | 21 Oct 2014 15:28 |
Reporter: | Marlies Heijkoop | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Options | Severity: | S3 (Non-critical) |
Version: | 5.5.38 | OS: | Linux |
Assigned to: | CPU Architecture: | Any | |
Tags: | #, escape, hash, INI, password |
[21 Oct 2014 12:42]
Marlies Heijkoop
[21 Oct 2014 15:28]
MySQL Verification Team
Thank you for the bug report.
[25 Oct 2014 8:40]
Daniël van Eeden
Tested with 5.6.21.
[25 Oct 2014 8:44]
Daniël van Eeden
Tested with 5.6.21: mysql -u hashpwd -phash\#pwd -- Works mysql -u hashpwd -p -- Then enter hash#pwd -- Works This works: [client] user=hashpwd password="hash#pwd" It gets interesting if we start to use login-paths with mysql_config_editor mysql_config_editor set --login-path=hashpwd --user hashpwd --password As password input: hash#pwd -- Doesn't work hash\#pwd -- Doesn't work "hash#pwd" -- Does work