Last active
September 4, 2019 08:40
-
-
Save erycamel/50700671468dbdebbd1b2918a875cda0 to your computer and use it in GitHub Desktop.
Cara Repair Table di Database MySQL yang Korup/Corrupt
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
mysql -uroot -p | |
use cakep; | |
CHECK TABLE images; | |
REPAIR TABLE images; | |
exit; | |
https://nurudin.jauhari.net/cara-repair-table-di-database-mysql-yang-korupcorrupt.jsp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment