Difference between revisions of "About MySQL Essentials"

From Techotopia
Jump to: navigation, search
Line 1: Line 1:
 
<table border="0" cellspacing="0" width="100%">
 
<table border="0" cellspacing="0" width="100%">
 
<tr>
 
<tr>
<td width="20%">[[About MySQL Essentials|Previous]]<td align="center">[[MySQL Essentials|Table of Contents]]<td width="20%" align="right">[[Database Basics|Next]]</td>
+
<td width="20%">[[MySQL Essentials|Previous]]<td align="center">[[MySQL Essentials|Table of Contents]]<td width="20%" align="right">[[Database Basics|Next]]</td>
 
<tr>
 
<tr>
<td width="20%">About MySQL Essentials<td align="center"><td width="20%" align="right">Database Basics</td>
+
<td width="20%">Table of Contents<td align="center"><td width="20%" align="right">Database Basics</td>
 
</table>
 
</table>
 
<hr>
 
<hr>

Revision as of 15:12, 29 October 2007

PreviousTable of ContentsNext
Table of ContentsDatabase Basics

Before the arrival of MySQL, implementing a database was typically a complex and expensive task involving the purchase, installation and maintenance of a proprietary database management system from a vendor such as Oracle or IBM. In contrast, MySQL provides a free, open source database management system that is easy to install, implement and maintain. In addition, MySQL is fast, extremely reliable and widely deployed by many companies and organizations throughout the world.

It is not an exaggeration to say that MySQL has brought the power of a fully featured, scalable relation database management system into the reach of anyone with a computer and the desire to build a data driven application or web site. With this goal in mind, MySQL Essentials is designed to provide a step by step path to proficiency with MySQL.

Beginning with the basics of relational databases and the installation of MySQL, the book goes on to cover everything needed to successfully build, maintain and secure MySQL based databases.