Sometimes you may need to replace multiple strings & patterns in column in MySQL. Here is how to do regular expression replace in MySQL.
MySQL
How to Get Digits from String in MySQL
Sometimes you may need to extract number from string or numerical value from string in MySQL. Here is how to get digits from string in MySQL.
How to Update Row Based on Previous Row 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.
How to Take Backup of MySQL Database in Python
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 Change Default MySQL Data Directory
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.