Sometimes you may need to auto increment column with prefix in MySQL. Here are the steps to do so.
MySQL
How to Set Initial Value & Auto Increment in MySQL
Sometimes you may need to set initial value and auto increment in MySQL. Here are the steps to do it.
MySQL Query to Get Column Names from Table
How to Set Default Value for Datetime Column in MySQL
Sometimes you may need to set default value for datetime column in MySQL. Here are the steps to do it.
How to Set Query Timeout in MySQL
How to Change Default MySQL Data Directory in Linux
Sometimes you may need to change default MySQL directory. Here are the steps to change default data directory in MySQL.
How to Copy Column to Another Column in MySQL
How to Transfer All MySQL Databases from One Server to Another
Sometimes you may need to transfer all MySQL databases from one server to another. Here are the steps to do it.
How to Transfer MySQL Database from One Computer to Another
Sometimes you may need to transfer MySQL database from one computer to another. Here are the steps to do it.
MySQL INSERT or UPDATE if exists
Sometimes you may need to insert or update data in MySQL table. Here are the steps to use MySQL Insert or Update.