Sometimes you may need to extract database from MySQL dump file. Here are the steps to restore or import single database in MySQL.
MySQL
How to Extract Table from MySQL dump file
Sometimes you may need to restore specific tables from MySQL dump file. Here are the steps to extract table from MySQL dump file.
How to Automate mysql_secure_installation Script
mysql_secure_installation allows you to make your MySQL installation secure. Here is how to automate mysql_secure_installation script in Linux.
How to Store JSON Data in MySQL
How to Do Incremental Backup in MySQL Using Binary Log
It can be time-consuming to take full database backup every time in MySQL. Here is how to do incremental backup in MySQL using binary log.
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.
Python Script to Load Data in MySQL
Python allows you to load data into databases and run SQL queries. Here is the python script to load data in MySQL.
How to Populate MySQL Table with Random Data
How to Get Query Execution Time in MySQL
It is good to keep track of query execution time of SQL queries in MySQL. Here is how to get query execution time in MySQL.