www.freeprogrammingresources.com

MySQL Tutorials

SQL Tutorial

This is a free online sql tutorial that focuses on MySQL.

MySQL Introduction

This site has a short mysql tutorial that introdces the basics of working with mysql such as planning and creating the database, inserting data, selecting, conditionals, etc.

MySQL Reference Manual w/ Tutorial Intro

This comprehensive reference includes a chapter that is an introductory tutorial showing how to use the mysql client program to create and use a simple database.

Mysql++ A C++ API for Mysql

MySQL++ Manual for using the Mysql++ C++ API includes examples and a tutorial. You can download the api from the download link at the top of the page. There is also a java driver and odbc connector on the download page.

MySQL Basics -- A Tutorial

These instructions provide new MySQL users with very basic, step by step, instructions on how to get started.

Setting Up a MySQL Based Website - Part I

Five part tutorial on setting up a guestbook, using perl and a MySQL backend.

MySQL on Mac OS X

Article giving an overview of MySQL's features and drawbacks, showing you how to install MySQL on Mac OS X, and introducing you to some of MySQL's notable technical aspects.