MySQL is a tool for building an online database for e-commerce and other web sites.
MySQL is a Structured Query Language used to interface with
an online database. MySQL queries are generally embedded in
a PHP script and sent to a database to get a result set. It
is a free, fast, efficient database alternative to Microsoft
SQL Server, Oracle and other commercial databases. Use MySQL
as a tool when you develop an e-commerce site because not
only is it free, but it is optimized specifically for web
sites. mysql |