Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.0.3, 5.5.31, 5.1.67, 5.2.14, 5.3.12
-
Using Arch Linux x86_64
Description
Expected behaviour: mysql_upgrade completes successfully when using a password containing a single quotation mark (').
Actual behaviour mysql_upgrade crashes with the following:
root:~ # mysql_upgrade -p
|
Enter password:
|
sh: -c: line 0: unexpected EOF while looking for matching `''
|
sh: -c: line 1: syntax error: unexpected end of file
|
Phase 1/3: Fixing table and database names
|
sh: -c: line 0: unexpected EOF while looking for matching `''
|
sh: -c: line 1: syntax error: unexpected end of file
|
FATAL ERROR: Upgrade failed
|
Attachments
Issue Links
- relates to
-
MDEV-7414 Debian package installation of MariaDB server fails if a double quotation mark is used on the root password
- Confirmed