Skip to content

Instantly share code, notes, and snippets.

@dario61081
Created November 12, 2022 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dario61081/eabced349bd46556718d9383e4263565 to your computer and use it in GitHub Desktop.
Save dario61081/eabced349bd46556718d9383e4263565 to your computer and use it in GitHub Desktop.
repair mysql database with table corrupted
# Una vez dentro, ejecuta el comando mysqlcheck. Este comando posee multitud de opciones, que puedes encontrar en la documentación oficial de MySQL. Para este tema la que necesitamos es:
mysqlcheck -uroot -p --all-databases --auto-repair
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment