Difference between revisions of "What is MySQL?"

From IE Internet helpdesk
Jump to navigation Jump to search
(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…')
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
== What is MySQL? ==
 
== 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.
+
*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.
 +
 
 +
[[Category:Helpful Definitions]]

Latest revision as of 16:41, 30 March 2012

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.