MySQL Forums
Forum List  »  Data Recovery

data repair myisamchk
Posted by: Kenneth Kolk
Date: February 25, 2009 11:11AM

The following textbook code generates the following unknown message. I cannot seem to find the answer anywhere to this error. Or why it would even generate an error. Can someone please help me tell me why this is generating an error or what the error means so that I can hopefully move forward.

myisamchk -uroot -ptest --silent --force --fast --update-state --key_buffer_size=64M --sort_buffer_size=64M --read_buffer_size=1M --write_buffer_size=1M *.MYI

C:\myisamchk: error: 22 when opening MyISAM-Table '*.myi'

The command line code is being run in the data folder for the database and text book code should work, for whatever reason is generating an error. I did have the port defined but it didn't recognize the -P as a valid option so it was removed from the string. Let me know what you think please.

Frustrated

Ken.

Options: ReplyQuote


Subject
Views
Written By
Posted
data repair myisamchk
4801
February 25, 2009 11:11AM


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.