repair mysql database

  1. K

    Steps to repair MySQL database with phpMyAdmin

    You can follow below steps to repair your MySQL database through phpMyAdmin: Log in to cPanel. Click on “PhpMyAdmin” under “Database” section. Select particular database which you want to repair on left side. Now select tables which you want to repair or you can select all tables. After...
  2. K

    Steps to repair Mysql database in cpanel

    You can follow below steps to repair Mysql database database in cpanel: Log in to cPanel. Here in “Database” section you have to click on “MySQL databases”. A new window will open in “Modify Databases” section, now select the database from drop-down and click on “Repair the database” button
  3. K

    How to repair MySQL database in WHM?

    Steps to repair MySQL database from WHM server: Login to WHM. You will find “Repair a MySQL database” option under “SQL Services”. Now select the particular database which you want to repair and then click on “Repair Database” button.
  4. 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...
Top