DNS : The Domain Name System
Why we use DNS? To know this follow the link http://t4test.com/blog/etchosts-the-host-file/ Because of sheer numbers of hosts on the Internet, we
Read moreWhy we use DNS? To know this follow the link http://t4test.com/blog/etchosts-the-host-file/ Because of sheer numbers of hosts on the Internet, we
Read moreVery often we need to extract last 30 days, 7 days data from mysql DB. Here we will show easy way
Read moreNDBCLUSTER (also known as NDB) is an in-memory storage engine offering high-availability and data persistence features. The NDBCLUSTER storage engine
Read moreMySQL Cluster is a technology that enables clustering of in-memory databases in a shared-nothing system. The shared-nothing architecture enables the
Read moreOne means of restricting client use of MySQL server resources is to set the global max_user_connections system variable to a
Read moreMySQL stores accounts in the user table of the mysql system database. An account is defined in terms of a
Read moreClear Memory Cache on Linux centos RESET QUERY CACHE will clear out the query cache, but needs RELOAD privileges. RESET
Read moreIn call center language Average Handle Time is also known as AHT. Some organizations also use the term ACHT which
Read moreThe programs that we have learned/developed in this tutorial so far used either a sequential or a decision control instruction.
Read moreThe conditional operators ? and : are sometimes called ternary operators since they take three arguments. In fact, they form
Read more