Skip to content

Instantly share code, notes, and snippets.

@roylee0704
Last active September 9, 2016 09:42
Show Gist options
  • Save roylee0704/b62ce21cb54d193f3be7772693194d49 to your computer and use it in GitHub Desktop.
Save roylee0704/b62ce21cb54d193f3be7772693194d49 to your computer and use it in GitHub Desktop.
mysql (local-machine)
# 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