Skip to content

Instantly share code, notes, and snippets.

@salvatorecapolupo
Created February 9, 2021 14:44
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 salvatorecapolupo/ef5f403e6712b018bbf84a5d05d33420 to your computer and use it in GitHub Desktop.
Save salvatorecapolupo/ef5f403e6712b018bbf84a5d05d33420 to your computer and use it in GitHub Desktop.
# table is marked as crashed ...
service mysql stop
cd /var/lib/mysql/DATABASE
ls
myisamchk -s /var/lib/mysql/*/*.MYI
#ripara tutte le tabelle
service mysql restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment