![]() | 会員なら、この商品は10%Amazonポイント還元 (ポイントが表示されている場合は、表示ポイント+10%還元)。 |
登録情報
|
目次内容からわかるように、会計処理や予約処理よりもWEBアプリケーションの基礎的な運用と処理方法を中心に書かれている。
不特定多数の利用者からのクエリーをいかに無害化させるか、格納されたデータの重複データを探し出す方法、ApacheとPerlとの連携方法、セッション管理なども記述されている。
また、Javaサーブレットとの運用なども記述されているので、興味がある人は一度書店で実物を確認してみると良いはず。
MySQLのマニュアルが無料公開されているので、そちらを読めば済むような話しも多いが、公開されているマニュアルは読みにくいなと思う人は一度、本書の内容を確認してみても損はしないはず。
This is book was my first introduction to O'Reilly's cookbook series. It provides solutions to some of the most common challenged faced by the particular subject being covered (in this case MySQL). I thoroughly enjoyed it and was quiet impressed with it. Too many technical books simply introduce the concept without relating it to real world applications.
This particular book introduces all of the most basic concepts of database manipulation (table creation, data insertion, data deletion, data update). As well as writing simple and advanced SQL statements to retrieve data. It approaches database design using 4 of the most popular languages (Perl, PHP, Python and Java). These are only a few of the many possible languages which can be used to manipulate a MySQL database.
MySQL cookbook touches on a variety of different topics which I don't have the space or time to cover in detail, but here is a list of them:
* Handeling duplicates
* MySQL on the Web
* Processing Web input with MySQL
* Using MySQL-based Web Session Management
One of my favorite topics covered in the book is the idea of storing binary data such as images within a database. Although not ideal for most cases (unless you need fast access to a vast array of images), just the idea of it has a certain kewlness effect.
Well, overall I give it 4 out of 5 stars. It needs to touch slightly more on the basic concepts of databases, and it can become the only book you'll ever need for MySQL.
|
|
|