What is MySQL?

From IE Internet helpdesk
Revision as of 12:28, 20 February 2012 by Alan (talk | contribs) (Created page with '== What is MySQL? == MySQL is a database system used on the web. Basically, a MySQL database allows you to create a relational database structure on a web-server somewhere in or…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

What is MySQL?

MySQL is a database system used on the web. Basically, a MySQL database allows you to create a relational database structure on a web-server somewhere in order to store data or automate procedures. If you think of it in comparison to Microsoft Access, MySQL is what holds all of your tables, PHP acts as your queries (among other things), and your forms are basically web pages with fields in them. With all of this combined, you can create truly spectacular projects on the web.