DBD::mysql::db do failed: Got error 127 from table handler at .......
Issued perror 127
Error code 127: Unknown error 127
127 = Record-file is crashed
It was easy to fix by
- cd path to database tables
- myisamchk -r dns_ip_2_host.MYI
Next time I will try
mysql dbname
REPAIR TABLE `dns_ip_2_host`