Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.2.42, 10.3.33, 10.4.23, 10.5.14, 10.6.6, 10.7.2
-
CentOS Linux release 7.9.2009 (Core)
Description
I upgraded from 10.6.5 (?) to 10.6.6 via package manager and whenever I run the mysql_upgrade command, it appears the password is being put into the host argument/field.
# ./mariadb-upgrade -h localhost -u root -p
|
Enter password:
|
Reading datadir from the MariaDB server failed. Got the following error when executing the 'mysql' command line client |
ERROR 2005 (HY000): Unknown server host 'thisisapassword' (-2) |
FATAL ERROR: Upgrade failed
|
# ./mysql_upgrade -h localhost -u root -p
|
Enter password:
|
Reading datadir from the MariaDB server failed. Got the following error when executing the 'mysql' command line client |
ERROR 2005 (HY000): Unknown server host 'thisisapassword' (-2) |
FATAL ERROR: Upgrade failed
|
Attachments
Issue Links
- is blocked by
-
MDEV-27459 SST works as expected on joiner node but donor node never leaves donor state.
- Closed
- is caused by
-
MDEV-27068 running mariadb-upgrade on mariadb server with other user make it hangs forever
- Closed