ERROR 1033 (HY000): Incorrect information in file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • holdingbe
    New Member
    • Jul 2007
    • 78

    ERROR 1033 (HY000): Incorrect information in file

    Hi,
    I haven’t select data from any table in mysql database. While I selected the data I got ERROR 1033 (HY000): Incorrect information in file error. I have not changed any configuration in mysql database.

    How can I resolve it?

    Thanks,
    Michael
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Please find a realted discussion here.

    Comment

    • mwasif
      Recognized Expert Contributor
      • Jul 2006
      • 802

      #3
      What is the table engine type, MyISAM or InnoDB? If it is InnoDB then wait for some time. InnoDB recovers itself.

      Did you change anything in my.cnf?

      Comment

      Working...