Clear query cache without restarting server : MySQL
Clear Memory Cache on Linux centos RESET QUERY CACHE will clear out the query cache, but needs RELOAD privileges. RESET
Read moreClear Memory Cache on Linux centos RESET QUERY CACHE will clear out the query cache, but needs RELOAD privileges. RESET
Read moreIn this post we will see how can we optimize where clause. Where clause restrict the result set to a
Read moreSome of the optimizations performed by MySQL on where clauses as follow: Removal of unnecessary parentheses: ((a AND b) AND
Read moreThe core logic of a database application is performed through SQL statements, whether issued directly through an interpreter or submitted
Read moreDatabase performance depends on several factors at the database level, such as tables, queries, and configuration settings. These software constructs
Read moreIf you have to restore MyISAM tables that have become corrupt, try to recover them using REPAIR TABLEĀ or myisamchk
Read moreMySQL Server has several logs that can help you find out what activity is taking place. By Default , No
Read moreTo learn more about what is binary log and how to setup Click here MySQL binary log : mysqlbinlog utility
Read moreMysql binary log is a special kind of logging facility provided by MySql by which we can record the log
Read moreA Shell script for killing slow MySQL queries: #!/bin/sh # Credentials for a MySQL user with PROCESS, SUPER permissions USERNAME=
Read more