Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bbcd24a

Browse files
thomaskieslichmblaschke
authored andcommitted
fix MYSQL restore (#187)
1 parent f88c038 commit bbcd24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎bin/restore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ case "1ドル" in
2424
logMsg "Starting MySQL restore..."
2525
MYSQL_ROOT_PASSWORD=$(dockerExecMySQL printenv MYSQL_ROOT_PASSWORD)
2626
bzcat "${BACKUP_DIR}/${BACKUP_MYSQL_FILE}" | dockerExecMySQL sh -c "MYSQL_PWD=\"${MYSQL_ROOT_PASSWORD}\" mysql -h mysql -uroot"
27-
echo "FLUSH PRIVILEGES;" | dockerExec sh -c "MYSQL_PWD=\"${MYSQL_ROOT_PASSWORD}\" mysql -h mysql -uroot"
27+
echo "FLUSH PRIVILEGES;" | dockerExecMySQL sh -c "MYSQL_PWD=\"${MYSQL_ROOT_PASSWORD}\" mysql -h mysql -uroot"
2828
logMsg "Finished"
2929
else
3030
errorMsg "MySQL backup file not found"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /