Practical solutions

MySQL Howtos How-To Guides

Solve the problem. Keep building. Collection of MySQL how-to articles

Find the answer you need

Browse practical solutions, grouped by the task you're working on.

__COUNT__ entries on this page

How to Copy a Table in MySQLThis tutorial demonstrates how to create a copy of a table in a MySQL database. How to Use of Row_Number() Function in MySQLThis tutorial teaches the way of making replica of SQL Server ROW_Number() Function in mysql. How to Rename a Table in MySQLThis tutorial demonstrates how to rename a table in MySQL database. How to Get the Size of MySQL DatabaseThis tutorial demonstrates how to find the size of a MySQL database. How to Create New Database in MySQL WorkbenchThis tutorial guides you about how can you create a new database using GUI options and SQL query in MySQL Workbench. How to Round Down to the Nearest Integer in MySQLThis tutorial demonstrates how to round down to the nearest integer in a MySQL database. How to Replace a String in MySQLThis tutorial demonstrates how to replace a string in a MySQL database. How to Load Data INFILE in MySQLThis tutorial demonstrates how to import data from CSV using data INFILE in MySQL database. How to Get Column Names in MySQLThis tutorial demonstrates how to get all the column names in a MySQL database. How to Stop MysqldThis tutorial guides you about what mysqld is and how can you stop it in a Windows and Linux operating systems. How to Loop PHP MySQLi Fetch Array FunctionThis tutorial guides you about php mysqli_fetch_array() function and represents how can you iterate over mysqli query. How to Copy Data From One Database to Another in MySQLThis tutorial guides you about how can you copy data from one database to another having the same user's information, and from MySQL to MS SQL Server having different users' information. How to Search Occurrences of String in MySQL DatabaseThis tutorial guides you on how you can search a complete database to find the occurrences of a pattern or string in MySQL Workbench and phpMyAdmin. How to MUL vs PRI vs UNI in MySQLThis tutorial guides you about the difference between MUL, PRI, and UNI keys in MySQL. It also highlights the use of each of them. How to Display Errors Using MySQLi Error FunctionsHow to display errors using MySQLi query in different ways. How to Select Unique Values in MySQLThis tutorial demonstrates how to find unique values in a MySQL database. How to INSERT IF NOT EXISTS in MySQLThis tutorial demonstrates how to insert if certain values do not exist in the column of a table using in MySQL database. How to Group by Month in MySQLThis tutorial demonstrates how to group values by month in a MySQL database. The For Loop in MySQLThis tutorial demonstrates how to use for loop in the MySQL database. How to Select Most Recent Record in MySQLThis tutorial demonstrates how to select the most recent record in MySQL. How to Join 3 Tables in MySQLThis tutorial demonstrates how to join three tables in a MySQL database. How to Full Join in MySQLThis article demonstrates how to make a full join in MySQL. How to Decimal Values in MySQLThis tutorial demonstrates how to use decimal point values in MySQL. How to Update Table From Another Table in MySQLThis tutorial demonstrates how to update a MySQL table based on entries from another table.