FAQs, Help, and Tutorials (28)

See Also:
Regular Links:

http://www.weberdev.com/index.php3?GoTo=ViewArticle.php3?ArticleID=22
Beginners Guide to PHP and MySQL Open in a new browser window
   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
http://www.data-conversions.net/pr/access2mysql.pdf
Data conversion between Microsoft Access and MySQL Open in a new browser window
   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
http://www.devshed.com/c/b/MySQL
Developer Shed Open in a new browser window
   A collection of MySQL tutorials on Administration, and Grant Tables. Includes a "Beginning MySQL" tutorial.
   http://www.devshed.com/c/b/MySQL
http://www.phpfreaks.com/tutorials/136/0.php
Incremental MySQL Backups Open in a new browser window
   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
http://www.hostlibrary.com/node/108
Introduction to MySQL Open in a new browser window
   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
http://www.webmasterstop.com/58.html
Migrating from Access to MySQL Open in a new browser window
   Covers the pros/cons of moving from Access to MySQL and how to do it.
   http://www.webmasterstop.com/58.html
http://www.akadia.com/services/mysql_survival.html
MySQL 4.x Database Survival Guide Open in a new browser window
   Tips and advice about installation, architecture, and subqueries.
   http://www.akadia.com/services/mysql_survival.html
http://www.analysisandsolutions.com/code/mybasic.htm
MySQL Basics - A Tutorial Open in a new browser window
   Explains how to install, maintain, and use the MySQL server on Windows systems.
   http://www.analysisandsolutions.com/code/mybasic.htm
http://blog.rsynnott.com/simple-mysql-tutorial.html
MySQL C API Tutorial Open in a new browser window
   Tutorial on Writing Client Apps with the MySQL C API.
   http://blog.rsynnott.com/simple-mysql-tutorial.html
http://www.ilovejackdaniels.com/cheat-sheets/mysql-cheat-sheet/
MySQL Cheat Sheet Open in a new browser window
   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/
http://www.hostlibrary.com/MySQL-Cluster-Server-Setup-how-to-web-server-hosting.html
MySQL Cluster Server Setup Open in a new browser window
   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
http://mysql-tips.blogspot.com/2005/04/mysql-date-calculations.html
MySQL Date Calculations Open in a new browser window
   Learn how to make calculations with dates and times in MySQL Queries.
   http://mysql-tips.blogspot.com/2005/04/mysql-date-calculations.html
http://www.onlamp.com/pub/a/onlamp/2003/06/26/fulltext.html
MySQL FULLTEXT Searching Open in a new browser window
   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
http://mysql.dyntex.com
MySQL Reference Manual Open in a new browser window
   The full MySQL Reference Manual in HTML format.
   http://mysql.dyntex.com
http://mysql-tips.blogspot.com/
MySQL Tips Blog Open in a new browser window
   A blog that provides MySQL tips, solutions, and tricks.
   http://mysql-tips.blogspot.com/
http://www.keithjbrown.co.uk/vworks/mysql/
MySQL Virtual Workshops Open in a new browser window
   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/
http://www.danchan.com/feature/2000/10/16/mysql/mysql.htm
MySQL and Perl DBI Open in a new browser window
   An introduction to using the MySQL database using Perl DBI.
   http://www.danchan.com/feature/2000/10/16/mysql/mysql.htm
http://www.webmasterstop.com/34.html
MySQL: RDBMS Open in a new browser window
   Explains what an RDBMS is and how MySQL utilizes its capabilities.
   http://www.webmasterstop.com/34.html
http://www.freewebmasterhelp.com/tutorials/phpmysql
PHP/MySQL Tutorial Open in a new browser window
   Learn how to create databases then insert, update, delete and show rows in PHP.
   http://www.freewebmasterhelp.com/tutorials/phpmysql
http://www.linuxplanet.com/linuxplanet/tutorials/1447/1/
Setting Up a MySQL Based Website Open in a new browser window
   Explains how to perform user authentication for "Members Only" sites via MySQL.
   http://www.linuxplanet.com/linuxplanet/tutorials/1447/1/
http://chipmunk-scripts.com/board/index.php?forumID=43&ID=7519
Simple Guestbook Open in a new browser window
   Make a simple guestbook while learning the basics of MySQL.
   http://chipmunk-scripts.com/board/index.php?forumID=43&ID=7519
http://www.weberdev.com/ViewArticle.php3?ArticleID=81
Simple MySQL Search Open in a new browser window
   A tutorial that explains how to implement a very simple database search function using PHP.
   http://www.weberdev.com/ViewArticle.php3?ArticleID=81
http://www.hostlibrary.com/node/233
Stopping and Starting MySQL with Windows NT Open in a new browser window
   Article explains stopping and starting MySQL under Windows NT.
   http://www.hostlibrary.com/node/233
http://hades.phparch.com/ceres/public/article/index.php/art::mysql::sp_programming_mysql_5::part_1/0
Stored Procedure Programming for MySQL5 Open in a new browser window
   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
http://dev.mysql.com/tech-resources/articles/mysql-set-datatype.html
The MySQL SET Datatype Open in a new browser window
   Articles, forums and sample code on VB+MySQL programming.
   http://dev.mysql.com/tech-resources/articles/mysql-set-datatype.html
http://www.tizag.com/mysqlTutorial/
Tizag MySQL Tutorial with PHP Open in a new browser window
   An introduction to using the MySQL database. This tutorial uses PHP to complete many basic MySQL tasks.
   http://www.tizag.com/mysqlTutorial/
http://www.sitepoint.com/article/php-mysql-tutorial
WebmasterBase: Building a Database-Driven Web Site Open in a new browser window
   A ten part series of articles about PHP/MySQL site development.
   http://www.sitepoint.com/article/php-mysql-tutorial

Last Updated: 2007-08-20 14:01:00