MySQL: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
Line 19: Line 19:
* [http://www.mysql.com/ MySQL Main Web Site]
* [http://www.mysql.com/ MySQL Main Web Site]


; Tutorials
; Tutorials (MySQL - PHP)
 
See also [[SQL]]. It has a list of SQL tutorials.


* Merall,G. [http://www.hotwired.com/webmonkey/99/21/index2a.html?tw=frontdoor PHP/MySQL Tutorial], Hotwired.
* Merall,G. [http://www.hotwired.com/webmonkey/99/21/index2a.html?tw=frontdoor PHP/MySQL Tutorial], Hotwired.
Line 36: Line 38:


* Sample chapter of [http://www.webdatabasebook.com/ Web Database Applications with PHP and MySQL] website
* Sample chapter of [http://www.webdatabasebook.com/ Web Database Applications with PHP and MySQL] website
; Tutorial - MySQL
* [http://dev.mysql.com/doc/refman/5.1/en/tutorial.html MySQL Tutorial] (at mysql.com)


[[Category:technologies]]
[[Category:technologies]]
[[Category:databases]]
[[Category:databases]]

Revision as of 16:03, 27 October 2007

Draft

Definition

  • 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.

  • Williams, Hugh, E. (2002). Tips for Building Web Database Applications with PHP and MySQL, onLamp article (O'Reilly Databases). HTML
Tutorial - MySQL