MySQL Tutorial
MySQL is the world's most popular open source database management system. Jump on board and learn all about it!
- MySQL Installation
- MySQL Workbench
- MySQL Create Database
- MySQL Create Table
- MySQL Insert Data
- MySQL Queries
- MySQL Update Data
- MySQL Delete Data
- MySQL Default Database
- MySQL Primary Keys
- MySQL Foreign Keys
- MySQL Views
- MySQL Stored Procedures
- MySQL Export Data
- MySQL Import Data
- MySQL Create Website
- MySQL Sample Database
More Database Tutorials
The above MySQL tutorial explains how to install MySQL and run various SQL queries using MySQL Workbench. It also covers data exports and imports, as well as instructions for connecting a website to MySQL.
The tutorial assumes a basic understanding of how databases work.
If you've got no idea how a database works, then read on...
-
Database Tutorial for Beginners
This database tutorial provides an overview of databases and how they work.
No technical knowledge is required. It assumes you've never used a database before but would like to know more about they work.
Go to Database Tutorial -
SQL Tutorial
Being a relational database management system, MySQL supports SQL (Structured Query Language).
The above MySQL tutorial covers some SQL, but I've also written a tutorial specifically for SQL.
Go to SQL Tutorial