ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
The Definitive Guide to MySQL 2ed
Author:
Michael Kofler
ISBN:
1-59059-144-5
Publisher:
Apress
Pages:
802
Price:
£35-50
Reviewer:
Christopher Hill
Subject:
database
Appeared in:
16-4
Riding on the coat tails of the latest trend we have yet another book on MySQL that extensively covers installation of MySQL on a number of platforms, database design and the SQL language from a MySQL point of view, and finally how to use MySQL in various programming languages.

While I get the impression that the author knows the subject well, he has not been well served by the translation, which is quaint at best and very confusing at worst - two examples "Extraordinarily frustrating was the attempt to install both packages under Windows", and "However, if you wish to allow, for example, that in the book database a book could be entered that had no publisher, then you should do without NOT NULL".

In Part II the author addresses database design, SQL and using PHP as the programming language; not in three separate chapters, but interspersed with much cross-referencing. I have used PHP and MySQL for a few years now, but I found the presentation very confusing. This was not helped by the code examples not matching the resulting output, or that were incomplete. I also worry about code examples that show poor practice - one example was issuing a query within a for loop to retrieve records with keys 1 to 6.

Part III romps through Perl, Java, C, C++, Visual Basic C# and ODBC. These chapters are mainly how to install the components and to get a simple "Hello MySQL" example running. These fall into the chasm of too much information for the expert and insufficient for the novice.

Not recommended.