Sometimes you may need to find and replace text in entire table in MySQL. Here are the steps to do so.
MySQL
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 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 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.