MySQL Phrasebook. Essential Code and Commands
Authors: Greant Z. Newman Ch.
Published year: 2003
Pages: 7-10/130
Buy this book on amazon.com >>


We Want to Hear from You!

As the reader of this book, you are our most important critic and commentator. We value your opinion and want to know what we're doing right, what we could do better, what areas you'd like to see us publish in, and any other words of wisdom you're willing to pass our way.

You can email or write me directly to let me know what you did or didn't like about this bookas well as what we can do to make our books stronger.

Please note that I cannot help you with technical problems related to the topic of this book, and that due to the high volume of mail I receive, I might not be able to reply to every message .

When you write, please be sure to include this book's title and author as well as your name and phone number or email address. I will carefully review your comments and share them with the author and editors who worked on the book.

E-mail: opensource@samspublishing.com

Mail:

Mark Taber
Associate Publisher
Sams Publishing
800 East 96th Street
Indianapolis, IN 46240 USA




Introduction

If MySQL is a foreign land, MySQL Phrasebook is a concise guide to successfully navigating its broad streets , hectic bazaars, and dark alleys. Whether you're a tourist, a regular visitor, or even a local day-tripping to an unknown locale, this Phrasebook will help you find your way.

MySQL Phrasebook is not a definitive guide to all aspects of MySQL. Instead, it provides examples of how to accomplish some of the most common tasks in MySQL. This core of practical knowledge is supported with

  • Tips for enhancing daily use

  • Examples of the concepts being discussed

  • Terse references to essential MySQL tools and syntax

  • References to more details and resources on MySQL



Omissions: What This Book Doesn't Cover

The Phrasebook aims to be compact, rather than comprehensive. As such, a few topics have been omitted:

  • Installation or configuration of MySQL This book assumes that your MySQL installation is already up and running.

  • MaxDB or MySQL Cluster Although much of the content in MySQL Phrasebook applies to these database engines, this book does not specifically describe their implementation or use.

  • Detailed coverage of features and functions This book is not a complete reference for MySQL and only provides the most essential information on major features and functions.

  • Advanced topics Advanced topics, such as debugging server crashes, tuning replication, and so on, are not discussed.



Conventions Used in This Book

This book uses several conventions with regard to using the command line that are important to understand.

Default Assumptions

If code is listed without a prompt, it is assumed to be SQL and can be run in any MySQL client.

shell>

The shell> prompt indicates that the text following the prompt should be entered in your system's shell (Unix) or command window (Windows).

mysql>

The mysql> prompt indicates that the text following the prompt should be entered in the mysql command-line client.

Whether entering commands at a shell prompt or within the MySQL command-line client, only enter the text that, in the book, follows the prompt. Do not enter the prompt itself.


MySQL Phrasebook. Essential Code and Commands
Authors: Greant Z. Newman Ch.
Published year: 2003
Pages: 7-10/130
Buy this book on amazon.com >>

Similar books on Amazon