MySQL : Cheking MySQL replication status
Once replication has been started it should execute without requiring much regular administration. Depending on your replication environment, you will
Read moreOnce replication has been started it should execute without requiring much regular administration. Depending on your replication environment, you will
Read moreApachetop is very simple command line utility that you can use to monitor traffic real-time. It accomplishes this by parsing the
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 moreIt is often the case in programming that you want to do something a fixed number of times. Perhaps you
Read moreGenerally setup command is not used to install in centos minimal installation: Here is the step to install setup
Read more