MySQL Forums
Forum List  »  MyISAM

Re: Error 1030: Got error 127 from storage engine
Posted by: siddharth chaudhry
Date: May 24, 2007 06:56AM

I am getting the same error and my table size is only 10.6 MB and the number of records are only 262131 i have another tables having size of 45 MB and more number of records but everything is working fine in those tables.

When i tried to copy the tables i get an

INSERT INTO `amserver`.`sidd`
SELECT *
FROM `amserver`.`sendstudio_email_opens`

MySQL said:

#1030 - Got error 127 from storage engine

when i try to dump the table into a sql file i get

mysqldump: Error 1030: Got error 127 from storage engine when dumping table `sendstudio_email_opens` at row: 114882

I am able to see recrods upto 114880 but not after that
I am stuck please help me

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Error 1030: Got error 127 from storage engine
11977
May 24, 2007 06:56AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.