Results 1 to 7 of 7

Thread: how to solve this "Checking for corrupt, not cleanly closed and upgrade needing table

  1. #1
    Join Date
    Sep 2008
    Beans
    122

    how to solve this "Checking for corrupt, not cleanly closed and upgrade needing table

    Hello,

    Every time I restart the mysql I'm getting this error message "Checking for corrupt, not cleanly closed and upgrade needing tables" so how I can solve the problem id exists?

    Here is the output:
    james@james-laptop$ sudo /etc/init.d/mysql restart
    * Stopping MySQL database server mysqld [ OK ]
    * Starting MySQL database server mysqld [ OK ]
    * Checking for corrupt, not cleanly closed and upgrade needing tables.

  2. #2
    Join Date
    Jul 2008
    Location
    Sumedang
    Beans
    95
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: how to solve this "Checking for corrupt, not cleanly closed and upgrade needing t

    Hello, someone said "It's not an error! It's just mysqld telling you what it is doing .." see http://ubuntuforums.org/showthread.php?t=598657 HTH

  3. #3
    Join Date
    Sep 2008
    Beans
    122

    Re: how to solve this "Checking for corrupt, not cleanly closed and upgrade needing t

    Quote Originally Posted by itang sanjana View Post
    Hello, someone said "It's not an error! It's just mysqld telling you what it is doing .." see http://ubuntuforums.org/showthread.php?t=598657 HTH
    mysql teeling me right, but he said "FIXED please delete thi smessage"
    so I guest there is an solution to disappear this kind of messages

    so is there anything I must doing it in order to avoid such as this message?

  4. #4
    Join Date
    Jul 2008
    Location
    Sumedang
    Beans
    95
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: how to solve this "Checking for corrupt, not cleanly closed and upgrade needing t

    Or maybe /var/log/syslog could clear things up?
    Code:
    grep mysql /var/log/syslog | less
    Last edited by itang sanjana; December 22nd, 2009 at 10:26 AM.

  5. #5
    Join Date
    Sep 2008
    Beans
    122

    Re: how to solve this "Checking for corrupt, not cleanly closed and upgrade needing t

    Quote Originally Posted by itang sanjana View Post
    Or maybe /var/log/syslog could clear things up?
    Code:
    less /var/log/syslog | grep mysql
    for what this command?

  6. #6
    Join Date
    Aug 2008
    Location
    WA
    Beans
    2,186
    Distro
    Ubuntu

    Re: how to solve this "Checking for corrupt, not cleanly closed and upgrade needing t

    It is not an error.

    Feedback when starting a service is good.

    If you don't want feedback redirect STDOUT and STDERR to /dev/null/

  7. #7
    Join Date
    Jul 2008
    Location
    Sumedang
    Beans
    95
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: how to solve this "Checking for corrupt, not cleanly closed and upgrade needing t

    Quote Originally Posted by snake_eyes View Post
    for what this command?
    Sorry, I mean
    Code:
    grep mysql /var/log/syslog | less
    To see any warning/messages. See https://help.ubuntu.com/community/LinuxLogFiles

    Also, iponeverything suggestion good to implementing.
    Last edited by itang sanjana; December 22nd, 2009 at 10:27 AM.

Bookmarks

Posting Permissions

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