http://linusramos.blogspot.com/2011/07/just-so-you-know.html
MySQL error code 1034 (ER_NOT_KEYFILE): Incorrect key file for table '%-.200s'; try to repair it
# myisamcheck -o <table name>
mysql> repair table <table name>;
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