|
|
1. |
Beginners Guide to PHP and MySQL
-
A tutorial that explains how to install and use PHP and MySQL on a Windows platform.
|
|
|
2. |
Build Websites using PHP and MySQL
-
Zend's tutorial on using PHP for building database driven sites.
|
|
|
3. |
Developer Shed
-
A collection of MySQL tutorials on Administration, and Grant Tables. Includes a "Beginning MySQL" tutorial.
|
|
|
4. |
MySQL & PHP Tutorial
-
The Vermont Web Wizard's tutorial on connecting to MySQL using PHP as the Web front end.
|
|
|
5. |
MySQL 4.x Database Survival Guide
-
Tips and advice about installation, architecture, and subqueries.
|
|
|
6. |
MySQL Basics - A Tutorial
-
Explains how to install, maintain, and use the MySQL server on Windows systems.
|
|
|
7. |
MySQL Knowledge Base
-
A collection of questions and answers in a categorized, searchable format.
|
|
|
8. |
MySQL Reference Manual
-
The full MySQL Reference Manual in HTML format.
|
|
|
9. |
MySQL Virtual Workshops
-
Series of tutorials that explain SQL syntax through interaction with MySQL. Includes information on Joins, Administration (backups, users) and Normalisation.
|
|
|
10. |
Setting Up a MySQL Based Website
-
Explains how to perform user authentication for "Members Only" sites via MySQL.
|
|
|
11. |
Simple MySQL Search
-
A tutorial that explains how to implement a very simple database search function using PHP.
|
|
|
12. |
WebmasterBase: Building a Database-Driven Web Site
-
A ten part series of articles about PHP/MySQL site development.
|
|
|
13. |
Guide to Installing Home Server
-
Step by step guide on setting up a home server for website development and testing.
|
|
|
14. |
Incremental MySQL Backups
NEW!
-
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.
|
|
|
15. |
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.
|
|
|
16. |
Migrating from Access to MySQL
-
Covers the pros/cons of moving from Access to MySQL and how to do it.
|
|
|
17. |
MySQL and Database
-
MySQL and Database related tutorials and resources
|
|
|
18. |
MySQL and Perl DBI
-
An introduction to using the MySQL database using Perl DBI.
|
|
|
19. |
MySQL C API Tutorial
-
Tutorial on Writing Client Apps with the MySQL C API.
|
|
|
20. |
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.
|
|
|
21. |
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.
|
|
|
22. |
MySQL Date Calculations
NEW!
-
Learn how to make calculations with dates and times in MySQL Queries.
|
|
|
23. |
MySQL FAQ
-
A starter's guide on MySQL. Also includes a database of changes in MySQL 3.23 releases.
|
|
|
24. |
MySQL FULLTEXT Searching
-
Joe Stump explores MySQL's FULLTEXT searching and suggests how you might use it in your own projects.
|
|
|
25. |
MySQL Tips Blog
-
A blog that provides MySQL tips, solutions, and tricks.
|
|
|
26. |
MySQL: RDBMS
-
Explains what an RDBMS is and how MySQL utilizes its capabilities.
|
|
|
27. |
PHP/MySQL Tutorial
-
Webmonkey's 3-lesson tutorial explains how to create data-driven sites using MySQL and PHP.
|
|
|
28. |
PHP/MySQL Tutorial
-
Learn how to create databases then insert, update, delete and show rows in PHP.
|
|
|
29. |
Simple Guestbook
-
Make a simple guestbook while learning the basics of MySQL.
|
|
|
30. |
Stopping and Starting MySQL with Windows NT
-
Article explains stopping and starting MySQL under Windows NT.
|
|
|
31. |
Stored Procedure Programming for MySQL5
NEW!
-
MySQL5 introduces Stored Procedure Programming, this tutorial will help you understand how they work and what they can be used for.
|
|
|
32. |
The MySQL SET Datatype
-
Articles, forums and sample code on VB+MySQL programming.
|
|
|
33. |
The Visual Basic - MySQL Tutorial
-
A comprehensive tutorial series describing the development of a MySQL based Visual Basic application from design to deployment.
|
|
|
34. |
Tizag MySQL Tutorial with PHP
-
An introduction to using the MySQL database. This tutorial uses PHP to complete many basic MySQL tasks.
|