MySQL: Difference between revisions
Jump to navigation
Jump to search
m (using an external editor) |
m (using an external editor) |
||
Line 10: | Line 10: | ||
== Links == | == Links == | ||
; 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 MSQL article] | * [http://en.wikipedia.org/wiki/Mysql Wikipedia MSQL article] | ||
* [http://www.mysql.com/ MySQL Main Web Site] | * [http://www.mysql.com/ MySQL Main Web Site] | ||
; Tutorials | |||
* Yank, Kevin (2002). [http://www.databasejournal.com/features/mysql/article.php/138359 Build Your Own Database Driven Website Using PHP & MySQL: Pt. 1], ''[http://www.databasejournal.com Database Journal]]''. | |||
* Yank, Kevin (2002). [http://www.databasejournal.com/features/mysql/article.php/1384211 Build Your Own Database Driven Website Using PHP & MySQL: Pt. 2], ''[http://www.databasejournal.com Database Journal]]''. | |||
* Yank, Kevin (2002). [http://www.databasejournal.com/features/mysql/article.php/1402121 Build Your Own Database Driven Website Using PHP & MySQL: Pt. 3], ''[http://www.databasejournal.com Database Journal]]''. | |||
* Yank, Kevin (2002). [http://www.databasejournal.com/features/mysql/article.php/1402281 Build Your Own Database Driven Website Using PHP & MySQL: Pt. 4], ''[http://www.databasejournal.com Database Journal]]''. | |||
[[Category:technologies]] | [[Category:technologies]] |
Revision as of 10:28, 4 September 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
Links
- General
- Tutorials
- 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].