Sometimes you may need to increase import file size limit in PHPMyAdmin. Here are the steps to do so.
MySQL
How to Add Column After Another Column in MySQL
How to Retrieve MySQL Username and Password
Sometimes you may need to retrieve MySQL username and password if you have lost it. Here are the steps to do so.
How to Find And Replace Text in Entire Table in MySQL
Sometimes you may need to find and replace text in entire table in MySQL. Here are the steps to do so.
How to Take Backup of Single Table in MySQL
How to Show Indexes on Table or Database in MySQL
Often database developers need to view the indexes on table or database in MySQL. Here are the steps to do so.
How to Set Global SQL Mode in MySQL
How to Check if Column is Empty or Null in MySQL
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.