Hi All,
While try to execute a select query on a InnoDB table i am getting "ERROR 1033 (HY000): Incorrect information in file: " Error. But on the same DB i can excecute select query on tables having MyIASM as Engine.
My MySQL server version is 5.0.22 running on Linux OS.
have_innodb variable value is showing as DISABLED
i have checked /etc/my.cnf file. Following is the content.
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
lower_case_table_names=1
[mysql.server]
user=mysql
basedir=/var/lib
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
Any one suggest me ......... How to correct the above error
Thank You,
Mohid