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...