Managing and Using MySQL (2nd Edition)
| |||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||
| Sort customer reviews by: | |||||||||||||||||||||||||||||
|
Show All Reviews on Page
Hide All Reviews on Page
| |||||||||||||||||||||||||||||
| Managing and Using MySQL (2nd Edition) | |||||||||||||||||||||||||||||
|
MySQL is a popular and robust open source database product that supports key subsets of SQL on both Linux and Unix systems. MySQL is free for nonprofit use and costs a small amount for commercial use. Unlike commercial databases, MySQL is affordable and easy to use. This book includes introductions to SQL and to relational database theory. If you plan to use MySQL to build web sites or other Linux or Unix applications, this book teaches you to do that, and it will remain useful as a reference once you understand the basics. Ample tutorial material and examples are included throughout.
This book has all you need to take full advantage of this powerful database management system. It takes you through the whole process from installation and configuration to programming interfaces and database administration. This second edition has a greatly enhanced administration chapter that includes information on administrative tools, server configuration, server startup and shutdown, log file management, database backup and restore, and database administration and repair. In addition, a new chapter on security describes data, server, and client-server security, while a chapter on extending MySQL provides an overview of MySQL internals and describes the use of MySQL user-defined functions. If you know C/C++, Java, Perl, PHP, or Python, you can write programs to interact with your MySQL database. In addition, you can embed queries and updates directly in an HTML file so that a web page becomes its own interface to the database. Managing and Using MySQL includes chapters on the programming language interfaces, and it also includes a complete reference section with specific function calls for each language. Also included in the reference section are references to the SQL language, and details of the MySQL system variables, programs, and utilities. New to the second edition is a reference to the internal MySQL tables, which will be of particular interest to those who want to work extensively with MySQL security. |
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 16 of 16 | |||||||||||||||||||||||||||||
| Review Date |
Review Rating(5 High) |
Review Helpful to: |
Customer Review | Reviewer Info |
Permanent Link |
||||||||||||||||||||||||
| Reader Reviews Below Sorted by Newest First | |||||||||||||||||||||||||||||
| 01-18-08 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book was excellent for my need: I had used SQL before but didn't know much of anything about relational databases let alone MySQL. I am in the process of building a web application that reports survey data. It will tell you everything you need to know to get started with a small to mid-size database.
Best of all, this book is well written, clear, the examples are GREAT and if you cut out the portions that are not relevant to you (for me this was security and the sections on PHP and Perl to name a few) you can literally learn all you need to know to get started in less than two weeks of studying for a few hours per day. Amazing value. The portions of the book on MySQL itself are not obviously dated, but the Python DB API interface has changed (to version 2.0) since this book was written. (Review Data Last Updated: 2008-11-30 07:49:28 EST)
|
|||||||||||||||||||||||||||||
| 01-16-07 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book covers MySQL at a good level of both depth and breadth. It weaves in a great combination of the history and philosophy behind design choices the MySQL development community made, and provides many examples of how to use MySQL in different languages.
(Review Data Last Updated: 2007-04-12 17:05:38 EST)
|
|||||||||||||||||||||||||||||
| 01-15-07 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book covers MySQL at a good level of both depth and breadth. It weaves in a great combination of the history and philosophy behind design choices the MySQL development community made, and provides many examples of how to use MySQL in different languages.
(Review Data Last Updated: 2007-04-11 10:15:41 EST)
|
|||||||||||||||||||||||||||||
| 06-28-04 | 2 | 1\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I generally love the O'Reilly books because they tend to be very thorough and have lots of practical code examples, but this book was a big disappointment to me. I was easily frustrated by this book. As a beginner to MySQL and database programming, I was completely lost whenever I tried to apply something to my own projects. The explanations given here are very brief and the authors often send you elsewhere for more in-depth discussion. I wound up doing most of my research online and just using the SQL reference chapter to look-up query syntax. I give it two stars because it did help me get started, but I'd say this is a poor reference for anyone looking for in-depth coverage.
(Review Data Last Updated: 2006-09-13 15:19:45 EST)
|
|||||||||||||||||||||||||||||
| 11-06-03 | 4 | 19\19 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book is clearly and succinctly written, and provides an excellent introduction to MySQL. It starts with a few pages on the history and philosophy behind MySQL, which is useful if you want to understand the advantages and disadvantages of MySQL relative to other options such as PostgreSQL or Oracle. It then follows with chapters on installation, with specific instructions for Solaris, Linux, and Windows; on MySQL's dialect of SQL (Structured Query Language); and on basic administration tasks such as configuration, startup and shutdown, logging, backup, and recovery. That's really all you need to get a basic database up and running, and it's all in the first 80 pages of the book.
Part II of the book covers more advanced administrative tasks, with chapters on performance tuning, security, and database design. This section of the book is weaker than the first section; while there's some useful introductory material on each of these topics, depth is lacking. For example, the discussion of putting a database into second normal form is misleading because it uses a table with only one field as the unique identifier, making it impossible to clearly illustrate the removal to a smaller table of fields that are dependent on only part of a (typically multifield) unique identifier. Also, some of the more advanced MySQL features which might be appropriate for this section are omitted. Part III of the book, entitled "MySQL Programming", has sections accessing MySQL from Perl, Python, PHP, C, Java. These sections are mostly limited to information specific to MySQL that might not be found in general purpose documentation of these languages. For example, the PHP section documents the relevant function calls, since PHP uses different functions to access MySQL than it does to access, say, ODBC databases, while the Java section focuses on JDBC (Java Database Connectivity) driver configuration since the JDBC API is database independent. Finally, there is a reference section and a good, complete index. If what you want to do is get a small database up and running in a minimum of time with a minimum of hassle, this is the book for you. If you want more than an introductory level of detail and depth, though, you might look at other books; Leon Atkinson's "Core MySQL", for example, has more complete coverage, though the writing style is not as clear and direct. (Review Data Last Updated: 2007-07-05 17:02:32 EST)
|
|||||||||||||||||||||||||||||
| 11-05-03 | 1 | 1\15 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
this is a typical book comes out of George Reese:
1. poorly written the author is only trying to get a quick buck or two.avoid it at all cost. (Review Data Last Updated: 2007-07-02 14:10:49 EST)
|
|||||||||||||||||||||||||||||
| 11-04-03 | 1 | 1\13 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
this is a typical book comes out of George Reese:
1. poorly written the author is only trying to get a quick buck or two.avoid it at all cost. (Review Data Last Updated: 2006-07-07 10:41:29 EST)
|
|||||||||||||||||||||||||||||
| 10-15-03 | 1 | 13\15 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I bought this book as a reference when I was migrating from SQL Server to MySQL. I was hoping to learn from this book some of the language implementations and how to administer on-line databases (backups, benchmarking, security). I found this book to be very lacking. The book provides very little of the language references of SQL, and devotes the majority of the text to function call references for C, Perl/DBI, PHP and Python. (I would think if you were looking for mysql function calls for these languages you would use the specific language reference). If you don't develop front-ends to MySQL in these languages (but still want to "Manage and Use MySQL") then the bulk of this book is probably useless to you.
As for managing MySQL, this text provides very little practical information. Sure it covers the GRANT statements, but doesn't go into much depth. For example, I found very little information about archiving or trying to incorporate some type of pseudo-replication. In general, I notice that my book is still in fairly new condition, and doesn't get used much ... it is just an arm's reach away. I use the FREE online MySQL manual almost everyday. That should tell you something right there, huh. (Review Data Last Updated: 2007-07-05 17:02:32 EST)
|
|||||||||||||||||||||||||||||
| 10-14-03 | 1 | 11\13 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I bought this book as a reference when I was migrating from SQL Server to MySQL. I was hoping to learn from this book some of the language implementations and how to administer on-line databases (backups, benchmarking, security). I found this book to be very lacking. The book provides very little of the language references of SQL, and devotes the majority of the text to function call references for C, Perl/DBI, PHP and Python. (I would think if you were looking for mysql function calls for these languages you would use the specific language reference). If you don't develop front-ends to MySQL in these languages (but still want to "Manage and Use MySQL") then the bulk of this book is probably useless to you.
As for managing MySQL, this text provides very little practical information. Sure it covers the GRANT statements, but doesn't go into much depth. For example, I found very little information about archiving or trying to incorporate some type of pseudo-replication. In general, I notice that my book is still in fairly new condition, and doesn't get used much ... it is just an arm's reach away. I use the FREE online MySQL manual almost everyday. That should tell you something right there, huh. (Review Data Last Updated: 2006-07-07 10:41:29 EST)
|
|||||||||||||||||||||||||||||
| 08-31-03 | 4 | 0\4 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The book helps one to program for MYSQL in C, or other languages for that matter, but the installation section does not describe how to set up the "my.ini" file. It does a good job on the SQL syntax used by MySQL.
(Review Data Last Updated: 2007-07-05 17:02:32 EST)
|
|||||||||||||||||||||||||||||
| 08-30-03 | 4 | 0\4 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The book helps one to program for MYSQL in C, or other languages for that matter, but the installation section does not describe how to set up the "my.ini" file. It does a good job on the SQL syntax used by MySQL.
(Review Data Last Updated: 2006-07-07 10:41:29 EST)
|
|||||||||||||||||||||||||||||
| 02-26-03 | 5 | 1\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The security chapter is well written and the reference section is comprehensive.
(Review Data Last Updated: 2006-07-07 10:41:29 EST)
|
|||||||||||||||||||||||||||||
| 09-18-02 | 5 | 13\14 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book is an excellent reference book for MySQL. In fact I'd rate it the best MySQL reference out there when using MySQL as a coder. But if your looking for this book to tell you how to manage MySQL look on, this book is not for you! It's pretty weak in that area (as is the official MySQL documentation). But again, as a programmer I've found this book invaluable as a resource and would never be without it. I'd recommend it for novices and advanced users.
(Review Data Last Updated: 2006-07-07 10:41:29 EST)
|
|||||||||||||||||||||||||||||
| 09-09-02 | 3 | 32\32 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The title is not all together indicative of what the authors try to accomplish in this book. The book attempts to be both a tutorial and a reference for programmers and administrators. The book consists of four major parts. The first part is the Introduction, which contains chapters on MySQL in general, installation on Unix and Windows, SQL for MySQL, and general Database Administration. This is accomplished in less than eighty pages which makes for brief explanations, limited illustrations, and examples. The second part is the MySQL Administration. This part has chapters on Performance Tuning, Security, and Database Design. The third part is MySQL Programming. The chapters' topics include general database applications, Perl, Python, PHP, C API, Java, and extending MySQL. Part four is the MySQL Reference. SQL syntax for MySQL, MySQL data types, Operators and Functions, MySQL PHP API Reference, C Reference, and Python DB-API are the chapter topics included in this part.
The authors do not assume that the reader is knowledgeable about relational databases in general, SQL, or the related topics. For example, the chapter on SQL on MySQL does not just describe the subset of SQL-92 that MySQL supports, but rather it contains a tutorial on the SQL for the commands that MySQL supports. Chapter seven on Database Design contains a tutorial on taking a database to third normal form complete with Entity-Relationship diagrams, unique identifiers and relationships. In part four, the PHP chapter contains a mini-tutorial on PHP and a complete PHP application. While the level of thoroughness is nice in the sense that you do not have to refer to other volumes to comprehend the subject, it makes for some very intense reading because of the size of the book versus the topics covered. Overall, I like the book as a general tool, however there are certain omissions, for example: there is no reference phpMyAdmin or WinMySQLadmin. These tools are very easy to use and helpful in working with MySQL. In addition, the topic of creating InnoDB or BDB tables for transaction support is not addressed. The explanation of granting privileges in MySQL was a little confusing. Some supporting illustrations or diagrams would be well received there. The book is fairly successful in covering its broad topic domain. In conjunction with the MySQL manual, the book should meet most of my needs, but if I were a full time database administrator, I would probably want a dedicated reference book. (Review Data Last Updated: 2006-07-07 10:41:29 EST)
|
|||||||||||||||||||||||||||||
| 08-22-02 | 1 | 12\18 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The book title is completely mis-leading. It has little info on administrate the server - little practical details. I regret I bought it, because I was looking for info to "manage" MySQL.
(Review Data Last Updated: 2006-07-07 10:41:29 EST)
|
|||||||||||||||||||||||||||||
| 07-18-02 | 3 | 4\7 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
If you are buying this book to learn how to manage MYSQL look on.. There is maybe one chapter on server mgt.. and 20 on programming for mysql.
The server mgt. they do have is not very good, you would be better suited getting the docs from mysql.org. Jeremy (Review Data Last Updated: 2006-07-07 10:41:29 EST)
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 16 of 16 | |||||||||||||||||||||||||||||
| All Books | Arts | Biography | Click Here For An A-Z Index Of All 213 Best-Seller Subjects | Business | Children's | Comics | ||||||
| Computers | Cooking | Engineering | Entertainment | Health | History | Home | Horror | Humor | Law | Fiction | Medicine | Mystery |
| Nonfiction | Outdoors | Parenting | Professional | Reference | Religion | Romance | Science | Sci-Fi | Sports | Teens | Travel | |