MySQL error code 1034 (ER_NOT_KEYFILE): Incorrect key file for table '%-.200s'; try to repair itboth
# myisamcheck -o <table name> and mysql> repair table <table name>; didn't work.had to recreate my table from an sql dump file xP
MySQL error code 1034 (ER_NOT_KEYFILE): Incorrect key file for table '%-.200s'; try to repair it# myisamcheck -o <table name> and mysql> repair table <table name>; didn't work.Got this while connecting to my mikrotik router via ssh Unable to negotiate with <ip address> port <ssh port>: no matching hos...
No comments:
Post a Comment