Sometimes you may need to set query timeout in MySQL. Here are the steps to do it.
MySQL
How to Copy Column to Another Column in MySQL
How to Unlock User Account in MySQL
How to Lock User Account in MySQL
Sometimes you may need to lock user account in MySQL. Here are the steps to lock user accounts in MySQL.
MySQL Clustered Index
Clustered Indexes allow faster lookups and improve query performance. Here are more details about clustered indexes in MySQL.
MySQL AND Operator With Examples
MySQL AND operator is useful to combine variables, conditions and column values in MySQL. Here are different MySQL AND operator examples.
How to Run MySQL Query from Command Line
Sometimes you may need to run MySQL queries from terminal or shell script. Here is how to run MySQL query from command line.
How to Extract Database from MySQL dump file
Sometimes you may need to extract database from MySQL dump file. Here are the steps to restore or import single database in MySQL.
MySQL Change Table Engine from InnoDB to MyISAM
MySQL Datetime vs Timestamp
MySQL Datetime & Timestamp are two useful data types. Here are the key differences between the two data types in MySQL.