If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Incorrect information in file './testdb/testemp.frm'

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-20-09, 08:39
Mohid Mohid is offline
Registered User
 
Join Date: Mar 2009
Posts: 1
Incorrect information in file './testdb/testemp.frm'

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
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On