MySQL Forums
Forum List  »  Newbie

myisamchk
Posted by: relder3
Date: August 18, 2005 01:30PM

I am getting the following error when trying to run myisamchk:

mysql 4.1.12a-nt-max> check table User;
+----------+-------+----------+-------------------------------------------------
--+
| Table | Op | Msg_type | Msg_text
|
+----------+-------+----------+-------------------------------------------------
--+
| cwa.User | check | warning | Size of datafile is: 1336 Should be: 1312
|
| cwa.User | check | warning | Found 22 parts Should be: 21 part
s |
| cwa.User | check | status | OK
|
+----------+-------+----------+-------------------------------------------------
--+
3 rows in set (0.04 sec)

mysql 4.1.12a-nt-max> myisamchk *.MYI
-> ;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'myisa
mchk *.MYI' at line 1
mysql 4.1.12a-nt-max>



Why? (I have also tried to use the table name in the statement.)

Thanks!

Options: ReplyQuote


Subject
Written By
Posted
myisamchk
August 18, 2005 01:30PM
August 18, 2005 03:21PM


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.