myisamchk

  1. bhawanisingh

    How to Check and repair a corrupted MySQL database on CentOS server using SSH ?

    Today, we will learn to check & repair MySQL database table through SSH. Normally we use PhpMyAdmin to manage our MySQL databases. 1. First of all, you have to log in as root using SSH. 2. Now, you have to run this command to check the desired database. Here, mysqlcheck command will check the...
  2. H

    MySQL error : Can’t create new tempfile: ‘*.TMD file

    If you are getting following MySQL Error : Can’t create new tempfile: ‘tablesname.TMD mysql can't create new tempfile on some tables.. File error while repairing corrupted database tables. You can use following command to fix it # myisamchk -r -f YourTable.MYI
Top