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:
MySQL&mSQL
Author:
Randy Jay Yarger
ISBN:
1 56592 434 7
Publisher:
O'Reilly
Pages:
487pp
Price:
£23-50
Reviewer:
Silvia de Beer
Subject:
database;unix
Appeared in:
12-2
MySQL and mSQL are two Open Source relational database products for small to moderate-sized databases. The book is divided into three parts. The first part introduces RDBMSs, database design, SQL and covers the installation and running of the two products. A comparison with other RDBMSs is made, what is contained and omitted within MySQL and mSQL.

The second part covers the application interfaces into the database, like Perl, python, C, C++ APIs and JDBC. One chapter covers database architecture and CGI programming, because some of these languages are often used in web applications.

The third part is a clear reference to all the details that you would need when you are using one of these databases. It contains a SQL reference, a reference for the utilities that come with both products and a reference to all the APIs that were covered in the second part of the book.

The book is clearly written with enough examples and references to other sources. It is a good reference for people already using MySQLor mSQL, but probably even a better introduction to people considering whether they can use MySQL or mSQL. I would consider the book to have an above average clarity and layout, but could not verify the completeness of the reference material, because I am not using one of these products.