Bug #48392 | mysql_upgrade improperly escapes passwords with single quotes | ||
---|---|---|---|
Submitted: | 28 Oct 2009 21:03 | Modified: | 15 Nov 2009 19:07 |
Reporter: | John Lightsey | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S3 (Non-critical) |
Version: | 5.0.86, 5.1.42 | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[28 Oct 2009 21:03]
John Lightsey
[15 Nov 2009 19:07]
Valeriy Kravchuk
Verified just as described, also - with 5.1.42 on Mac OS X.
[19 Jul 2013 14:56]
Jeff Petersen
The issue still persists: -- # grep \' .my.cnf pass="test'password" -- # mysql_upgrade Looking for 'mysql' as: mysql Looking for 'mysqlcheck' as: mysqlcheck sh: -c: line 0: unexpected EOF while looking for matching `'' sh: -c: line 1: syntax error: unexpected end of file sh: -c: line 0: unexpected EOF while looking for matching `'' sh: -c: line 1: syntax error: unexpected end of file FATAL ERROR: Upgrade failed -- Here's another report: https://mariadb.atlassian.net/browse/MDEV-4664 May we have an update on this please? Thanks.