Results 1 to 1 of 1
-
15th Jun 2014, 02:24 PM #1
Repairing a mySQL Database/Table - How to restore/repair/recover
From time to time mySQL databases can get corrupt, whether it due to lack of disk space, power failure, or just an error.
Repairing MyISAM mySQL Tables/Databases:
Code:cd /var/lib/mysql/DBNAME #^ Please note that we assume your mySQL data directory is /var/lib/mysql myisamchk *.MYI
Repairing ISAM mySQL Tables/Databases:
Code:cd /var/lib/mysql/DBNAME #^ Please note that we assume your mySQL data directory is /var/lib/mysql isamchk *.MYI
Areon Reviewed by Areon on . Repairing a mySQL Database/Table - How to restore/repair/recover From time to time mySQL databases can get corrupt, whether it due to lack of disk space, power failure, or just an error. Repairing MyISAM mySQL Tables/Databases: cd /var/lib/mysql/DBNAME #^ Please note that we assume your mySQL data directory is /var/lib/mysql myisamchk *.MYI Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to repair all MySQL databases on a server in one go
By Albert.Nawaro in forum Tutorials and GuidesReplies: 0Last Post: 9th Feb 2012, 12:02 PM -
How to restore my database
By souvikroy1111 in forum Hosting DiscussionReplies: 4Last Post: 28th Jul 2011, 04:15 PM -
how to restore by vbulletin sql?
By wman in forum vBulletinReplies: 10Last Post: 9th Jan 2010, 03:43 PM -
How to restore mySQL
By only1_PO in forum Webmaster DiscussionReplies: 7Last Post: 26th Nov 2009, 04:07 PM -
How to restore a full backup?
By ceekeigh in forum vBulletinReplies: 6Last Post: 23rd Oct 2009, 01:13 AM
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...