Sometimes you may need to add 30 minutes to JS date object. Here are the steps to do it.
How to Measure Time Taken by JS Function to Execute
Often web developers need to measure execution time in JS. Here is how to measure time taken by JS function to execute.
How to Replace Part of String in Update Query in MySQL
Sometimes you may need to replace part of string in update query in MySQL. Here are the steps to do so.
How to View Live MySQL Queries
How to Generate Random String in 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.