Last active
September 9, 2016 09:42
-
-
Save roylee0704/b62ce21cb54d193f3be7772693194d49 to your computer and use it in GitHub Desktop.
mysql (local-machine)
This file contains 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
# start mysql instance | |
mysql.server start | |
# performance_schema'.'session_variables' has the wrong structure | |
mysql_upgrade -u root -p --force | |
mysql.server restart #restart after this. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment