MySQL Visual QuickStart Guide Serie .Covers My SQL 4 and 5
Authors: Ullman L
Published year: 2006
Pages: 10-13/162
Buy this book on amazon.com >>

Technical Requirements

In order to follow the discussions in this book, there are a few, though not too restricting, technical requirements. The first, naturally, would be the MySQL software itself. Fortunately, this is freely available and runs on most operating systems ( Figure i.6 ). Chapter 1, "Installing MySQL," will cover the fundamentals of installing MySQL on three popular operating systems: Windows, Linux, and Mac OS X.

Figure i.6. MySQL is available in versions designed to run on almost every operating system, including various types of Unix and Windows.


The bulk of the chapters involve administering and interacting with the database from a command-line perspective. Whichever application on your operating system gives you this access is acceptable, be it a DOS prompt on Windows ( Figure i.7 ), a Linux shell, or the Mac OS X Terminal ( Figure i.8 ).

Figure i.7. Windows has a command prompt (or DOS prompt), which will be used in this book.


Figure i.8. Mac OS X comes with the Terminal application, which allows you to interact with the computer on a command-line level.


Lastly, the programming chapters covering PHP, Perl, and JavaChapters 7, 8, 9, and 12will require a text editor, a Web browser, and so forth. The specific requirements will be discussed in the pertinent chapter.



About This Book

In this book I explain the fundamentals of MySQL, teaching the information that most MySQL users will require. In keeping with the format of the Visual QuickStart series, the information is taught using a step-by-step approach with corresponding images. The demonstrations in the book will be geared toward specific knowledge as opposed to developing in-depth MySQL-based applications (such as a programming text might have).

Many of the examples in the book will be executed from a command-line inter-face, although the three programming chapters plus Chapter 12, "Techniques for Programming," will function differently. In those chapters, I will go through writing the scripts in detail and then test them using the most applicable technique (be it a Web browser or whatever).

The structure of the book is fairly linear. It begins with basic installation and administration of the software. After that, database design and SQLelements common to most database applicationswill be covered, followed by some MySQL-specific functions. The three programming chapters will come next . The book concludes with newer and more advanced features, some specific database-application techniques, and how to administer the MySQL server and databases. The appendices discuss troubleshooting techniques and provide a reference section along with where to turn for more information.



Is This Book for You?

This book was written for a wide range of people within the beginner to intermediate range. Obviously, this book is for anyone wanting to use MySQL in some capacity, but I specifically had in mind three general types of readers:

  • Those who have never used any database before

  • Those who have used other databases and want to know how MySQL specifically operates

  • Those who are currently using MySQL in a limited capacity and would like to elevate their skills to a more professional level

I should note that I will not teach any programming languages here but rather demonstrate how to use those languages with MySQL.



Companion Web Site

I have developed a companion Web site specifically for this book, which you may reach at www.DMCinsights.com/mysql2. There you will find every script from this book (for the programming chapters), text files containing lengthy SQL commands, and a list of errata that occurred during publication. (If you have a problem with a command or script and are following the book exactly, check the errata to ensure there is not a printing error before driving yourself absolutely mad.) At this Web site you will also find useful Web links, a forum where readers can ask and answer each others' questions ( related to the material herein or not), and more!


MySQL Visual QuickStart Guide Serie .Covers My SQL 4 and 5
Authors: Ullman L
Published year: 2006
Pages: 10-13/162
Buy this book on amazon.com >>

Similar books on Amazon