Sometimes you may need to generate random string in MySQL. Here are the steps to do this.
MySQL
How to Import Excel File to MySQL Database
How to View MySQL Log Files
How to Run MySQLdump without Locking Tables
MySQLdump command locks tables while taking backup. Here is how to run MySQLdump without locking tables.
How to Check if MySQL Database Exists
It is a good practice to test if MySQL database exists before using it. Here are the steps to check if MySQL database exists.
MySQL Date Format in DD/MM/YYYY in SELECT Query
Sometimes you may need to get MySQL date format in DD/MM/YYYY in SELECT query. Here are the steps to do so.
How to Fix MySQL Error 1153 – Got a packet bigger than ‘max_allowed_packet’ bytes
Create Temporary Table from SELECT Query in MySQL
Sometimes you may need to create temporary table from SELECT query in MySQL. Here are the steps to do it.
How to Import SQL File in MySQL Using Command Line
How to Fix ‘Server Quit Without Updating PID File’ MySQL Error
Sometimes you may get an error ‘Server quit without updating PID file’ in MySQL. Here is how to fix this problem.