All MySQL Tutorials

Fixing lost connection to MySQL server during query error

Tag: MySQL

Learn how to fix lost connection to MySQL server during query error

How to get the number of records or rows in a table using MySQL

Tag: MySQL

Learn how to find the number of rows stored in a single MySQL database table

Three easy ways to create a copy of MySQL table (example query included)

Tag: MySQL

Learn how to copy MySQL table using SQL query

MySQL COUNT() function explained

Tag: MySQL

MySQL count function helps you to count important metrics in your MySQL database

MySQL ROUND() function explained

Tag: MySQL

Learn how to use the MySQL ROUND function to round your decimal numbers

MySQL - How to fix the server quit without updating PID file error when starting

Tag: MySQL

Some suggestions to fix the server quit without updating PID file error when starting MySQL server

How to insert row if not exists in MySQL

Tag: MySQL

Learn how to insert row only if the row doesn't exist in MySQL

How to fix MySQL not recognized Windows error

Tag: MySQL

Learn how to fix MySQL not recognized Windows error

How to do date comparisons in MySQL

Tag: MySQL

Learn how MySQL date comparisons work and create more efficient queries

Create a MySQL timer tutorial - single and recurring

Tag: MySQL

How to create a timer and run MySQL query at a certain time