Last active
May 2, 2017 07:55
-
-
Save djravine/6f12ec1f5a4a7f0b19ba4d12cfba5feb to your computer and use it in GitHub Desktop.
OpenShift V2 - MySQL - Repair All Databases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysqlcheck --repair --all-databases -h $OPENSHIFT_MYSQL_DB_HOST -P ${OPENSHIFT_MYSQL_DB_PORT:-3306} -u ${OPENSHIFT_MYSQL_DB_USERNAME:-'admin'} --password="$OPENSHIFT_MYSQL_DB_PASSWORD" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment