Skip to content

Instantly share code, notes, and snippets.

@erycamel
Last active September 4, 2019 08:40
Show Gist options
  • Save erycamel/50700671468dbdebbd1b2918a875cda0 to your computer and use it in GitHub Desktop.
Save erycamel/50700671468dbdebbd1b2918a875cda0 to your computer and use it in GitHub Desktop.
Cara Repair Table di Database MySQL yang Korup/Corrupt
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