MySQL: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Links) |
||
Line 16: | Line 16: | ||
; General | ; General | ||
* [http://en.wikipedia.org/wiki/Database_management_system Database management system] | * [http://en.wikipedia.org/wiki/Database_management_system Database management system] | ||
* [http://en.wikipedia.org/wiki/Mysql Wikipedia | * [http://en.wikipedia.org/wiki/Mysql Wikipedia MySQL article] | ||
* [http://www.mysql.com/ MySQL Main Web Site] | * [http://www.mysql.com/ MySQL Main Web Site] | ||
Revision as of 21:42, 29 October 2007
Definition
- MySQL is a SQL Database management system (DBMS).
- MySQL is the most popular DBMS open source community and it is part of the so called LAMP sofware bundle.
See also: SQL
Software
See WAMP (windows) and LAMP (Linux)
Links
- General
- Tutorials (MySQL - PHP)
See also SQL. It has a list of SQL tutorials.
- Merall,G. PHP/MySQL Tutorial, Hotwired.
- Yank, Kevin (2002). Build Your Own Database Driven Website Using PHP & MySQL: Pt. 1, Database Journal.
- Yank, Kevin (2002). Build Your Own Database Driven Website Using PHP & MySQL: Pt. 2, Database Journal.
- Yank, Kevin (2002). Build Your Own Database Driven Website Using PHP & MySQL: Pt. 3, Database Journal.
- Yank, Kevin (2002). Build Your Own Database Driven Website Using PHP & MySQL: Pt. 4, Database Journal.
- MySQL PHP Web Database Tutorial (1999). Simple table, by web.blazonry
- Williams, Hugh, E. (2002). Tips for Building Web Database Applications with PHP and MySQL, onLamp article (O'Reilly Databases). HTML
- Sample chapter of Web Database Applications with PHP and MySQL website
- Tutorial - MySQL
- MySQL Tutorial (at mysql.com)