Results 1 to 3 of 3

Thread: mysql server runs but reports error in tables

  1. #1
    Join Date
    2014-Jan
    Posts
    3

    mysql server runs but reports error in tables

    I am wanting to set a test lab in Kali but am having the following issue with mysql.

    I have attempted to fix the issue with no success. I have looked for other fixes but have had no luck and was hoping someone out there could assist.

    root@PrImE:~/Desktop# service mysql start
    [ ok ] Starting MySQL database server: mysqld ..
    [info] Checking for tables which need an upgrade, are corrupt or were
    not closed cleanly..


    I purged mysql-server-5.5 and removed /var/lib/mysql/:

    dpkg -P --force-all mysql-common mysql-client-5.5 mysql-server-5.5
    mv /var/lib/mysql /tmp/
    apt-get install mysql-common mysql-client-5.5 mysql-server-5.5

  2. #2
    Quote Originally Posted by SeTh View Post
    root@PrImE:~/Desktop# service mysql start
    [ ok ] Starting MySQL database server: mysqld ..
    [info] Checking for tables which need an upgrade, are corrupt or were
    not closed cleanly..
    As far as I know, its only checking for errors - its not found any/fixing anything.
    So its working normally?

  3. #3
    Join Date
    2014-Jun
    Posts
    1

    Recover corrupt tables of MySQL database

    It happens when there is any corruption takes place to tables of MySQL database. To fix this issue you need to read this blog - Repairing MySQL Database When the Table Gets Crashed and follow the instruction.

Similar Threads

  1. Replies: 5
    Last Post: 2017-08-23, 06:57
  2. Masscan UI // Webpage ~ php5 php5-mysql mysql-server
    By Ceruleancerise in forum General Archive
    Replies: 2
    Last Post: 2017-07-02, 13:16
  3. Trouble in installing mysql-server
    By xqsit94 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2016-04-20, 11:56
  4. mysql-server hangs at installation
    By sark_89 in forum Installing Archive
    Replies: 0
    Last Post: 2014-05-04, 17:01

Posting Permissions

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