MySQL Bible
暫譯: MySQL 聖經
Steve Suehring
- 出版商: Hungry Minds
- 出版日期: 2002-06-21
- 售價: $1,800
- 貴賓價: 9.5 折 $1,710
- 語言: 英文
- 頁數: 720
- 裝訂: Paperback
- ISBN: 0764549324
- ISBN-13: 9780764549328
-
相關分類:
MySQL、SQL
已絕版
買這商品的人也買了...
-
Programming Windows, 5/e$2,220$2,109 -
Digital Image Processing, 2/e(IE)(美國版ISBN:0201180758)$1,150$1,127 -
Thinking in Java 中文版 (Thinking in Java, 2/e)$920$727 -
Dreamweaver MX 中文版魔法書$490$417 -
學物件導向的第1本書$250$195 -
Java 網路程式設計 (Java Network Programming, 2/e)$880$695 -
鳥哥的 Linux 私房菜$560$476 -
JavaScript 範例活用辭典$450$351 -
用實例學 Crystal Report for Visual Studio.NET$600$474 -
OCP 認證專家系列(二): Oracle9i 資料庫核心技術 I (OCP Oracle9i Database: Fudamentals I Exam Guide)$750$638 -
Web 好色-網頁色彩學$420$328 -
PHP & MySQL 完全架站攻略第二版$620$527 -
作業系統概念 (Operating System Concepts, 6/e Windows XP Update)$780$741 -
Java 完美經典優質學習篇$750$638 -
Linux 網管技術$420$357 -
JDBC 資料庫程式設計$580$493 -
資訊架構學網站應用 (Information Architecture for the World Wide Web, 2/e)$680$537 -
Red Hat Linux 9 實務應用$650$553 -
Linux 核心程式設計 (Linux Kernel Programming, 3/e)$580$458 -
Borland 傳奇$280$221 -
Java 錦囊妙技 (Java Cookbook)$980$774 -
Red Hat Linux 9 架站實務$620$527 -
Embedded Linux 嵌入式系統原理與實務$860$731 -
Win32 API 系統程式實例入門─使用Visual C++.NET實作$480$374 -
程式設計師的自我修養-連結、載入、程式庫$580$493
相關主題
商品描述
* Organization: The book is divided into five parts: Getting Starated with
MySQL and Relational Databases; Understanding SQL Through MySQL; MySQL
Administration; MySQL Developer Guide; and Advanced and Specialized MySQL
Topics.
* Comprehensive coverage: This Bible covers both beginning-level and
advanced topics. Topics covered include: introduction to relational database
management; installing and configuring MySQL on the Linux, Windows 2000, and Mac
OS X operating systems; MySQL security; debugging and repairing MySQL databases
and servers; MySQL performance tuning; and developing MySQL applications with
Perl and PHP.
* Coverage of NuSphere MySQL: Due to the growing popularity of
the NuSphere MySQL package, this book covers its enhancements and how to install
and develop with NuSphere MySQL.
* Running database application: This book
builds an e-commerce sample database application throughout to demonstrate
concepts and topics.
ABOUT THE CD-ROM:
What's on the CD-ROM: The CD-ROM
includes the latest version of MySQL (either Version 4.0 or 4.1); sample
database application and code in the book; and PHP and Perl.
Table of Contents
Preface.
Acknowledgments.
PART 1: Getting Started.
Chapter 1: Relational Database Management.
Chapter 2: Preparing for Installation
Chapter 3: Linux Installation.
Chapter 4: Windows Installation.
Chapter 5: Macintosh Installation.
Chapter 6: Starting MySQL.
Chapter 7: Database Concepts and Design.
PART II: SQL Essentials.
Chapter 8: Command Line Interface (CLI).
Chapter 9: SQL According to MySQL.
Chapter 10: Database and Data.
PART III: Administration.
Chapter 11: Server Configurations.
Chapter 12: Security.
Chapter 13: Debugging and Repairing Databases.
Chapter 14: Performance Tuning.
PART IV: Development.
Chapter 15: Perl Development.
Chapter 16: PHP Development.
Chapter 17: ODBC/JDBC.
PART V: Advanced Performance.
Chapter 18: Replication.
Chapter 19: Integration of Internet Services.
Chapter 20: NuSphere Enhanced MySQL.
PART VI: Appendixes.
Appendix A: Application Reference.
Appendix B: Language Reference.
Appendix C: Function and Operator Reference.
Appendix D: Datatype Reference.
Appendix E: Glossary.
Appendix F: About the CD-ROM.
Index.
商品描述(中文翻譯)
* 組織結構:本書分為五個部分:MySQL 與關聯式資料庫入門;透過 MySQL 理解 SQL;MySQL 管理;MySQL 開發者指南;以及進階與專門的 MySQL 主題。
* 全面性涵蓋:本書涵蓋了初學者和進階主題。所涵蓋的主題包括:關聯式資料庫管理介紹;在 Linux、Windows 2000 和 Mac OS X 作業系統上安裝和配置 MySQL;MySQL 安全性;除錯和修復 MySQL 資料庫和伺服器;MySQL 性能調整;以及使用 Perl 和 PHP 開發 MySQL 應用程式。
* NuSphere MySQL 的涵蓋:由於 NuSphere MySQL 套件日益受到歡迎,本書涵蓋了其增強功能以及如何安裝和使用 NuSphere MySQL 進行開發。
* 運行資料庫應用程式:本書整體構建了一個電子商務範例資料庫應用程式,以展示概念和主題。
關於 CD-ROM:
CD-ROM 上的內容:CD-ROM 包含最新版本的 MySQL(版本 4.0 或 4.1);書中的範例資料庫應用程式和程式碼;以及 PHP 和 Perl。
**目錄**
前言。
致謝。
第一部分:入門。
第 1 章:關聯式資料庫管理。
第 2 章:安裝準備。
第 3 章:Linux 安裝。
第 4 章:Windows 安裝。
第 5 章:Macintosh 安裝。
第 6 章:啟動 MySQL。
第 7 章:資料庫概念與設計。
第二部分:SQL 基礎。
第 8 章:命令行介面 (CLI)。
第 9 章:根據 MySQL 的 SQL。
第 10 章:資料庫與資料。
第三部分:管理。
第 11 章:伺服器配置。
第 12 章:安全性。
第 13 章:除錯與修復資料庫。
第 14 章:性能調整。
第四部分:開發。
第 15 章:Perl 開發。
第 16 章:PHP 開發。
第 17 章:ODBC/JDBC。
第五部分:進階性能。
第 18 章:複製。
第 19 章:網際網路服務整合。
第 20 章:NuSphere 增強的 MySQL。
第六部分:附錄。
附錄 A:應用程式參考。
附錄 B:語言參考。
附錄 C:函數與運算子參考。
附錄 D:資料型別參考。
附錄 E:術語表。
附錄 F:關於 CD-ROM。
索引。
