| Free tutorials for Java, Eclipse and Web programming |
Version 0.7
Copyright © 2008 - 2009 Lars Vogel
07.10.2009
| Revision History | ||
|---|---|---|
| Revision 0.1 - 0.2 | 03.02.2008 | Lars Vogel |
| created | ||
| Revision 0.3 | 09.01.2009 | Lars Vogel |
| Added installation, Reworked | ||
| Revision 0.5 | 25.05.2008 | Lars Vogel |
| Moved Java part to own article at http://www.vogella.de/articles/MySQLJava/article.html | ||
| Revision 0.6 | 13.09.2009 | Lars Vogel |
| General rework | ||
| Revision 0.7 | 07.10.2009 | Lars Vogel |
| Moved SQL commands to own tutorial | ||
Table of Contents
MySQL is a famous open source database which can be used free of charge. MySQL is a relational database. Web applications frequently are using MySQL for storing persistence data.
This article covers the installation of MySQL and the usage of the database.
To use MySQL with Java see MySQL and Java Tutorial .