logo_michael-thomas.jpg (3143 bytes)

MySql - Database Server

This web page has information on using the database server MySql.  The official way to pronounce MySQL is ``My Ess Que Ell'' (not MY-SEQUEL). But try to avoid correcting people who say MY-SEQUEL. 

My Examples

bulletMySQL - First Steps - steps to download, install, and test your install.
bulletMySQL Survival Notes
bullet MySql Script Examples - Example scripts designed around specific SQL commands.
bulletMySql Training Application - Example scripts used on databases and tables designed to show SQL use in a mock real application.

Resources

bullethttp://www.mysql.org (http://dev.mysql.com)- free downloads.
bulletDownload the MySql distribution code and install MySql.  If your using Windows platform use all the defaults or you will need to change several config files.
bulletDownload the drivers: MyODBC 
http://www.mysql.com/downloads/api-myodbc.html
bulletMy SQL Documentation
bullethttp://www.mysql.com/documentation - MySQL doc's.  This is the same docs that get installed on your local when you install MySql.
file:///C:/mysql/Docs/manual_toc.html - This may launch your local documentation depending on your install.
bullet http://www.mysql.com/documentation/manual.php - Searchable online version.
bullethttp://java.sun.com/products/jdbc/  - The JDBC database access API. 

Tutorials, Helps, Forums

bulletCheck the MySql doc's section "1.10 Useful MySQL-related Links".
bullethttp://w3.one.net/~jhoffman/sqltut.htm
bullethttp://www.mysql.com/Downloads/Contrib/ - MySql programs, tools, and API's.
bullethttp://www.analysisandsolutions.com/code/mybasic.htm  -
Beginners MySQL Tutorial on how to install and set up MySQL on a Windows machine. 
bullethttp://www.devshed.com/Server_Side/MySQL/ - A lot of MySQL tutorials. 
bullethttp://www.useractive.com/ - Hands on tutorial for MySQL. 
bullethttp://www.weberdev.com/  - Forum: Examples using MySQL; (check Top 20)