Skip to content

Instantly share code, notes, and snippets.

@quoidautre
Created September 25, 2012 15:29
Show Gist options
  • Select an option

  • Save quoidautre/3782600 to your computer and use it in GitHub Desktop.

Select an option

Save quoidautre/3782600 to your computer and use it in GitHub Desktop.
MYSQL: Problème avec version de Mysql
mysql_check -u [user] -p[password] --repair --all-databases (ou "mysqlcheck")
mysql_upgrade -u [user] -p[password] --all-databases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment