Created
February 9, 2021 14:44
-
-
Save salvatorecapolupo/ef5f403e6712b018bbf84a5d05d33420 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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