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