MySQL: Difference between revisions
Jump to navigation
Jump to search
m (→Links) |
m (→Links) |
||
Line 33: | Line 33: | ||
* [http://blazonry.com/scripting/linksdb/ MySQL PHP Web Database Tutorial] (1999). Simple table, by web.blazonry | * [http://blazonry.com/scripting/linksdb/ 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). | * Williams, Hugh, E. (2002). Tips for Building Web Database Applications with PHP and MySQL, onLamp article (O'Reilly Databases). [http://www.onlamp.com/pub/a/onlamp/2002/04/04/webdb.html HTML] | ||
* Sample chapter of [http://www.webdatabasebook.com/ Web Database Applications with PHP and MySQL] website | |||
[[Category:technologies]] | [[Category:technologies]] | ||
[[Category:databases]] | [[Category:databases]] |
Revision as of 14:37, 27 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
- 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