Showing posts with label myisamchk. Show all posts
Showing posts with label myisamchk. Show all posts

Tuesday, August 02, 2011

mysql: fix crashed table error 127

to check error code details, use perror
# perror 127

to fix, use myisamchk
# myisamchk -r *.MYI

then refresh your tables by issuing a flush
mysql> flush tables;

SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...