- MySQL & PHP Tutorial - http://www.vtwebwizard.com/tutorials/mysql/index.html
The Vermont Web Wizard's tutorial on connecting to MySQL using PHP as the Web front end.
- MySQL FAQ - http://www.bitbybit.dk/mysqlfaq/
A starter's guide on MySQL. Also includes a database of changes in MySQL 3.23 releases.
- MySQL Knowledge Base - http://mysql.faqts.com/
A collection of questions and answers in a categorized, searchable format.
- 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.
- Beginners Guide to PHP and MySQL - http://www.weberdev.com/index.php3?GoTo=ViewArticle.php3?ArticleID=22
A tutorial that explains how to install and use PHP and MySQL on a Windows platform.
- Simple MySQL Search - http://www.weberdev.com/index.php3?GoTo=ViewArticle.php3?ArticleID=81
A tutorial that explains how to implement a very simple database search function using PHP.
- Developer Shed - http://www.devshed.com/Server_Side/MySQL/
A collection of MySQL tutorials on Administration, and Grant Tables. Includes a "Beginning MySQL" tutorial.
- MySQL Basics - A Tutorial - http://www.analysisandsolutions.com/code/mybasic.htm
Explains how to install, maintain, and use the MySQL server on Windows systems.
- 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.
- MySQL C API Tutorial - http://rsynnott.f2g.net/mysql.html
Tutorial on Writing Client Apps with the MySQL C API.
- The MySQL SET Datatype - http://www.vbmysql.com/articles/mysqlsetdatatype.html
Articles, forums and sample code on VB+MySQL programming.
- PHP/MySQL Tutorial - http://webmonkey.wired.com/webmonkey/databases/tutorials/tutorial4.html
Webmonkey's 3-lesson tutorial explains how to create data-driven sites using MySQL and PHP.
- Perl/MySQL Tutorial - http://webmonkey.wired.com/webmonkey/backend/tutorials/tutorial1.html
This "Web Database Crash Course" explains how to set up an online database using MySQL and Perl.
- The MySQL SET Datatype - http://dev.mysql.com/tech-resources/articles/mysql-set-datatype.html
A description of the MySQL SET datatype and suggestions for its use.
- Introduction to MySQL - http://www.hostlibrary.com/node/view/108
Basic tutorial that explains how to connect to MySQL, create a table, insert data, display database data and change data in PHP.
- Crash course in using MySQL with PHP - http://www.webmasterbrain.com/crash-course-in-using-mysql-with-php--4.htm
A six step crash course into using MySQL with PHP. Learn to connect, add, update, and delete data.
- The Visual Basic - MySQL Tutorial - http://www.vbmysql.com/articles/vb_mysql_tutorials/vb_mysql_tutorial-part1.html
A comprehensive tutorial series describing the development of a MySQL based Visual Basic application from design to deployment.
- Threaded Discussion - http://webmonkey.wired.com/webmonkey/99/31/index3a.html
A tutorial explaining how to create threaded discussion boards using MySQL and PHP.
- MySQL: RDBMS - http://www.webmasterstop.com/34.html
Explains what an RDBMS is and how MySQL utilizes its capabilities.
- MySQL C API Tutorial - http://www.synnottsoftware.com/tutorials/mysql.html
Tutorial on Writing Client Apps with the MySQL C API.
|