Bug #103095 | show authentication_string returns with the messy code on mysql 8.0.23 | ||
---|---|---|---|
Submitted: | 24 Mar 2021 13:59 | Modified: | 25 Mar 2021 3:27 |
Reporter: | tongjianping eagle | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S3 (Non-critical) |
Version: | 8.0.23 | OS: | CentOS (7.6) |
Assigned to: | CPU Architecture: | Any (intel) |
[24 Mar 2021 13:59]
tongjianping eagle
[24 Mar 2021 15:12]
MySQL Verification Team
Hi Mr. hacker, Thank you for your bug report. However, this is not a bug. Simply, a default algorithm for storing passwords does not use ASCII characters. Also, your shell might be filtering some characters out. Not a bug.
[24 Mar 2021 16:07]
Morgan Tocker
The type of authentication_string is TEXT. It should really be BLOB, in which case an 8.0 mysql client will by default print the value as hex.
[24 Mar 2021 17:21]
MySQL Verification Team
It's why we have this option: https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_print_identifi...
[25 Mar 2021 3:27]
tongjianping eagle
Thanks a lot for all. The is not a bug now,I see,the 'bug' can close it now.Thanks!