Introduction to MySQL
From Wikiversity
Computer Science -> Databases -> SQL -> MySQL -> Introduction to MySQL
[edit] What is MySQL?
MySQL is a multithreaded, multi-user, SQL Database Management System. It is often accessed and managed through PHP-driven content management systems. Example:MediaWiki
The open source MySQL is owned and sponsored by a single for-profit firm, the Swedish company MySQL AB, which holds the copyright to most of the codebase. Both the MySQL server software itself and the client libraries are distributed under a dual-licensing format. MediaWiki deploys MySQL under the GNU General Public License.
[edit] Prerequisites
[edit] Learning materials
Topic:MySQL is the main learning project:
- Introduction to MySQL
- MySQL at Wikipedia
- MySQL at Wikibooks
- ...
See also Databases, Web Design/Dynamic websites and Object-relational databases

