Getting Started with MySQL

This section helps you get started with MySQL quickly if you have never worked with MySQL before.

Introduction to MySQL
Give a quick introduction to databases and MySQL as a Relational Database Management System (RDBMS)
Install MySQL
Show you step by step how to install MySQL Server on your computer for practicing with the tutorials.
Connect to MySQL Server
Walk you through the steps of connecting to the MySQL Server using mysql client program.
Download a MySQL Sample Database
Introduce you to a sample database called classicmodels and provide you with the link to download it
Load the Sample Database
show you how to load the classicmodels sample database to the MySQL Server.