Closed rnav1234 closed 5 years ago
When MySQL v5.7 is present then save_mysql_passwd.sh calls: $APPD_ROOT/db/bin/mysql_config_editor set --user=root -p
this is then subject to MySQL bug: https://bugs.mysql.com/bug.php?id=74691
which results in any password characters following an entered '#' to be ignored.
Fixed with release 3.45.1
When MySQL v5.7 is present then save_mysql_passwd.sh calls: $APPD_ROOT/db/bin/mysql_config_editor set --user=root -p
this is then subject to MySQL bug: https://bugs.mysql.com/bug.php?id=74691
which results in any password characters following an entered '#' to be ignored.