MySQL: Difference between revisions

Content deleted Content added
rv: unexplained removal of content
m Uses: copyedit
Line 11:
 
==Uses==
MySQL is popular for [[web application|web applications]] like [[Wikipedia]] and [[PHP-Nuke]] and acts as the database component of [[LAMP (software bundle)|LAMP]]. The popularity as a web application is closely tied to the popularity of [[PHP]], which is often combined with MySQL and nicknamed the ''Dynamic Duo''. It is easy to find many references that combine the two fromin websites and books (''PHP and MySQL for Dummies'', ''PHP and MySQL Bible'', ''Beginning PHP and MySQL'', etc.) to websites. The claim made in many books is that MySQL is easier to learn and use than many other database applications. An example from the ''Dummies'' book is that you can quit MySQL with an obvious command of either ''exit'' or ''quit''.
 
==Administration==