MySQL C API Tutorial - Tutorial on Writing Client Apps with the MySQL C API. - http://blog.rsynnott.com/simple-mysql-tutorial.html
MySQL Cheat Sheet - A reference sheet, listing useful information about MySQL. It includes a list of the available functions in MySQL, as well as data types. - http://www.ilovejackdaniels.com/cheat-sheets/mysql-cheat-sheet/
Introduction to MySQL - Basic tutorial that explains how to connect to MySQL, create a table, insert data, display database data and change data in PHP. - http://www.hostlibrary.com/node/108
Simple MySQL Search - A tutorial that explains how to implement a very simple database search function using PHP. - http://www.weberdev.com/ViewArticle.php3?ArticleID=81
Stored Procedure Programming for MySQL5 - MySQL5 introduces Stored Procedure Programming, this tutorial will help you understand how they work and what they can be used for. - http://hades.phparch.com/ceres/public/article/index.php/art::mysql::sp_programming_mysql_5::part_1/0
MySQL Date Calculations - Learn how to make calculations with dates and times in MySQL Queries. - http://mysql-tips.blogspot.com/2005/04/mysql-date-calculations.html
Incremental MySQL Backups - Backing up a database is something that should be done regularly, this tutorial will show you how to setup your server to do just that automatically using Shell and a CRON Job. - http://www.phpfreaks.com/tutorials/136/0.php
MySQL and Perl DBI - An introduction to using the MySQL database using Perl DBI. - http://www.danchan.com/feature/2000/10/16/mysql/mysql.htm
MySQL FULLTEXT Searching - Joe Stump explores MySQL's FULLTEXT searching and suggests how you might use it in your own projects. - http://www.onlamp.com/pub/a/onlamp/2003/06/26/fulltext.html
MySQL Tips Blog - A blog that provides MySQL tips, solutions, and tricks. - http://mysql-tips.blogspot.com/
MySQL Cluster Server Setup - A tutorial that explains the process we used to setup, configure, and test a three-node mySQL cluster server in a test environment. - http://www.hostlibrary.com/MySQL-Cluster-Server-Setup-how-to-web-server-hosting.html
Data conversion between Microsoft Access and MySQL - The white paper highlights the benefits of data migrating from MS Access to MySQL and discusses common kinds of conversion problems users will likely experience when publishing a database on the Web. - http://www.data-conversions.net/pr/access2mysql.pdf
Migrating from Access to MySQL - Covers the pros/cons of moving from Access to MySQL and how to do it. - http://www.webmasterstop.com/58.html
Tizag MySQL Tutorial with PHP - An introduction to using the MySQL database. This tutorial uses PHP to complete many basic MySQL tasks. - http://www.tizag.com/mysqlTutorial/
Simple Guestbook - Make a simple guestbook while learning the basics of MySQL. - http://chipmunk-scripts.com/board/index.php?forumID=43&ID=7519
PHP/MySQL Tutorial - Learn how to create databases then insert, update, delete and show rows in PHP. - http://www.freewebmasterhelp.com/tutorials/phpmysql
Developer Shed - A collection of MySQL tutorials on Administration, and Grant Tables. Includes a "Beginning MySQL" tutorial. - http://www.devshed.com/c/b/MySQL
MySQL: RDBMS - Explains what an RDBMS is and how MySQL utilizes its capabilities. - http://www.webmasterstop.com/34.html
The MySQL SET Datatype - Articles, forums and sample code on VB+MySQL programming. - http://dev.mysql.com/tech-resources/articles/mysql-set-datatype.html
MySQL 4.x Database Survival Guide - Tips and advice about installation, architecture, and subqueries. - http://www.akadia.com/services/mysql_survival.html
MySQL Virtual Workshops - Series of tutorials that explain SQL syntax through interaction with MySQL. Includes information on Joins, Administration (backups, users) and Normalisation. - http://www.keithjbrown.co.uk/vworks/mysql/
MySQL Reference Manual - The full MySQL Reference Manual in HTML format. - http://mysql.dyntex.com
MySQL Basics - A Tutorial - Explains how to install, maintain, and use the MySQL server on Windows systems. - http://www.analysisandsolutions.com/code/mybasic.htm
Beginners Guide to PHP and MySQL - A tutorial that explains how to install and use PHP and MySQL on a Windows platform. - http://www.weberdev.com/index.php3?GoTo=ViewArticle.php3?ArticleID=22
Setting Up a MySQL Based Website - Explains how to perform user authentication for "Members Only" sites via MySQL. - http://www.linuxplanet.com/linuxplanet/tutorials/1447/1/