Archive for the 'AdminTutorials' Category
How to restore/repair/recover
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/mysqlmyisamchk *.MYI
Repairing ISAM mySQL Tables/Databases:
No commentscd /var/lib/mysql/DBNAME
#^ Please note that we assume your mySQL data directory is /var/lib/mysqlisamchk *.MYI