Results 1 to 4 of 4

Thread: How to repair MySQL table using MySQLCheck

Threaded View

  1. #2
    Join Date
    May 2015
    Posts
    19
    As your server is not running then follow these steps:
    To check MySQL Table
    #mysqlcheck –c database-name table-name –u root –p
    Enter password:
    database-name.table-name OK

    To Repair MySQL Table
    # mysqlcheck –r database-name table-name –u root –p
    Enter password:
    database-name.table-name OK

    *** Link removed by Staff so it doesn't look like you're spamming us ***
    Last edited by SpywareDr; 11-22-2017 at 09:35 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •