Sometimes you may need to change a table name in MySQL. Here is how to rename table in MySQL.
Sometimes you may need to run multiple MySQL server on single machine. Here is how to run multiple MySQL instances on same machine.
Sometimes you may need to insert multiple rows in MySQL. Here is how to insert multiple rows in MySQL.
Sometimes you may need to store string with single quote, double quote, backticks and special characters. Here is how to escape single quote, special characters in MySQL.
MySQL allows you to store JSON data, insert JSON string into MySQL, and extract JSON. Here is how to store JSON data in MySQL.
Sometimes you may need to compare null values in MySQL. Here is how to compare null values in MySQL for Null Comparison.
Auto increment column automatically increases on adding new rows. Here’s how to ad auto increment column in existing table in MySQL.
Database design tools allow you to design database schema, and simplify database administration. Here are the top free database design tools for your business.
MySQL Replication Configuration – here are the steps to replicate MySQL database to another server. Copy MySQL database from one sever to another.