Sometimes you may need to search column name in all tables or find column names in tables in MySQL. Here are the steps to find tables with column name in MySQL.
MySQL
How to Convert String to Date in MySQL
How to Get Row Count For All Tables in MySQL
How to Fix ‘Can’t Connect to Local MySQL Socket’ Error
Sometimes you may get the error ‘Can’t Connect to Local MySQL Socket’ error while using MySQL. Here are the steps to fix this error.
How to Make Case Sensitive String Comparison in MySQL
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 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 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.