After running myisamchk I managed to loose all my data records for one table. Not a big deal As I was just in a testing phase an planned to purge the data any way. The problem is now when I run myisamchk on this table I get:
Warning: table file /pathtomydatafolder/users.MYI was created in MySQL 4.1+, use REPAIR TABLE ... USE_FRM to recreate it as a valid MySQL 4.0 table
- recovering (with keycache) MyISAM-table 'users.MYI'
Data records: 0
I tried "REPAIR TABLE users USE_FRM" with no help in resolving this message.
Is this anything to even worry about??
Dan T