MySQL string comparison is case insensitive. Here is how to make case sensitive case string comparison in MySQL.
How to Fix 2006 MySQL Server Has Gone Away
How to Get Previous URL in JavaScript
Often you may need to get previous URL in JavaScript. Here are the steps to retrieve previous page in JavaScript.
How to Check if JS Object Has Property
How to Auto Increment With Prefix As Primary Key in 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 Redirect Stdout & Stderr to File in Python
Sometimes you may need to redirect stdout and stderr to file in Python. Here are the steps to do it.
How to Extract Numbers from String in Python
How to Concatenate Items in List Into String in Python
Sometimes you may need to concatenate items in list into string in Python. Here are the steps to do it.