You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: src/resources/restore_stage.sh
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -358,14 +358,15 @@ fi
358
358
# Change Password for Staging Conn ...
359
359
#
360
360
CMD="${INSTALL_BIN}/mysql ${STAGING_CONN} --connect-expired-password -se \"ALTER USER 'root'@'localhost' IDENTIFIED BY ${STAGINGPASS};UPDATE mysql.user SET authentication_string=PASSWORD(${STAGINGPASS}) where USER='root';FLUSH PRIVILEGES;\""
361
-
masklog "Final Command to Change Password is : ${CMD}"
361
+
CMDFORLOG="${INSTALL_BIN}/mysql ${STAGING_CONN} --connect-expired-password -se \"ALTER USER 'root'@'localhost' IDENTIFIED BY '********';UPDATE mysql.user SET authentication_string=PASSWORD('********') where USER='root';FLUSH PRIVILEGES;\""
362
+
masklog "Final Command to Change Password is : ${CMDFORLOG}"
362
363
363
364
eval${CMD}1>>${DEBUG_LOG}2>&1
364
365
365
366
#
366
367
# Update Staging Connection with supplied password ...
367
368
#
368
-
log"Staging Connection Prior to updaging password : ${STAGINGCONN}"
369
+
masklog"Staging Connection Prior to updaging password : ${STAGINGCONN}"
0 commit comments