SQL File Corruption

Status
Not open for further replies.

Twinkie

Banned
Messages
1,389
Reaction score
12
Points
0
Back to threads again I see...

Anyhoo, I am getting this error when I query certain tables in my database and I don't think there is anything I can do from my end: Error: Incorrect information in file: './mtwinkie_testdb/Order_Items.frm'

I get this in two tables: Orders and Order_Items.

cPanel: mtwinkie
Domain: twinkie.pcriot.com
Forum Username: Twinkie

Thanks in advanced =]

PS: Why does x10 change so much! Every time I turn around, some important system is completely different :dunno:
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
You can do two things. If you haven't already, try making a backup, then
The "Incorrect information in file" error might also indicate that InnoDB is currently unavailable.. To test this, try creating an InnoDB table, then insert data into it.

In case you're curious, the frm file holds the table definition. Outside of that, an admin will need to repair Order_Items. They might need the CREATE TABLE statement.
 
Last edited:

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
The "Incorrect information in file" error might also indicate that InnoDB is currently unavailable.. To test this, try creating an InnoDB table, then insert data into it.

phpMyAdmin does not show InnoDB as an option on Chopin any more.
I tried to create an InnoDB table via php script. Script ran. Table created. Shows up as myISAM.

After the recent mySQL changes, two of my test tables were suddenly listed as 'Views'. At least one of them had been InnoDB.
 

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
I also had this problem. David wasn't able to fix it. But I'll escalate it to support for you.
 
Status
Not open for further replies.
Top