  |
Setting Up a MySQL Based Website - http://www.linuxplanet.com/linuxplanet/tutorials/1447/1/
Explains how to perform user authentication for "Members Only" sites via MySQL. |
  |
MySQL Cluster Server Setup - http://www.hostlibrary.com/MySQL-Cluster-Server-Setup-how-to-web-server-hosting.html
A tutorial that explains the process we used to setup, configure, and test a three-node mySQL cluster server in a test environment. |
  |
Stopping and Starting MySQL with Windows NT - http://www.hostlibrary.com/node/233
Article explains stopping and starting MySQL under Windows NT. |
  |
Introduction to MySQL - http://www.hostlibrary.com/node/108
Basic tutorial that explains how to connect to MySQL, create a table, insert data, display database data and change data in PHP. |
  |
MySQL 4.x Database Survival Guide - http://www.akadia.com/services/mysql_survival.html
Tips and advice about installation, architecture, and subqueries. |
  |
MySQL and Perl DBI - http://www.danchan.com/feature/2000/10/16/mysql/mysql.htm
An introduction to using the MySQL database using Perl DBI. |
  |
MySQL Virtual Workshops - http://www.keithjbrown.co.uk/vworks/mysql/
Series of tutorials that explain SQL syntax through interaction with MySQL. Includes information on Joins, Administration (backups, users) and Normalisation. |
  |
Data conversion between Microsoft Access and MySQL - http://www.data-conversions.net/pr/access2mysql.pdf
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. |
  |
MySQL Tips Blog - http://mysql-tips.blogspot.com/
A weblog that provides MySQL tips, solutions, and tricks. |
  |
MySQL Date Calculations - http://mysql-tips.blogspot.com/2005/04/mysql-date-calculations.html
Learn how to make calculations with dates and times in MySQL Queries. |