Recovering Corrupt Tables : MyISAM Table Crash Recovery

If you have to restore MyISAM tables that have become corrupt, try to recover them using REPAIR TABLEĀ  or myisamchk

Read more

MySQL binary log : mysqlbinlog utility

Mysql binary log is a special kind of logging facility provided by MySql by which we can record the log

Read more

Kill slow mysql queries

A Shell script for killing slow MySQL queries: #!/bin/sh # Credentials for a MySQL user with PROCESS, SUPER permissions USERNAME=

Read more