
Sometimes you may need to aggregate by month in MySQL. Here is how to group by month in MySQL.
MySQL allows you to remove NOT NULL constraint in MySQL. Here is how to remove NOT NULL constraint in MySQL.
Sometimes you may need to remove default value in MySQL column. Here is how to remove default value of column in MySQL
Sometimes you need to round timestamp to hour, minute, day, seconds, month. Here is how to round timestamp 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.