首页 英文 Mysql

PostHeaderIcon The Definitive Guide to MySQL 5 3rd Edition

 

书名: The Definitive Guide to MySql 5 Third Edition

作者: Michael Kofler ,Translated By David Kramer

出版社: Apress

出版日期: 2005年

文档格式: PDF

文档大小: 10.5M

内容简介: Mysql 是世界上应用最广泛的开源数据库之一,它性能稳定、容易学习并且可以在大多数流行的操作系统上运行。本书以实例的方式进行讲解,读者无需事先掌握MySql知识即可阅读。本书内容详细,涵盖MySql安装、MySql语句语法、phpMyAdmin使用等,配有实际的例子帮助读者理解MySql数据库的设计和使用方式。在服务器语言上,本书重点介绍PHP与MySql的配合,对其他语言也有一些介绍。本书将数据库设计与应用程序讲解相结合,将成为您建立自己的数据库应用的得力助手。

下面是本书简要目录,仅供参考

PART 1 ■ ■ ■ Introduction

PART 2 ■ ■ ■ Administrative Tools and User Interfaces

PART 3 ■ ■ ■ Fundamentals

最后更新 (2010-03-16 13:22)

阅读全文...

 

PostHeaderIcon Understanding Mysql Internals

书名: Understanding MySql Internals

作者: Sasha Pachev

出版社: O'Reilly

出版日期: 2007年5月

文档格式: PDF

文档大小: 1.66M

内容简介: 书如其名,这本书并不侧重SQL语句语法或者怎样写一条语句来执行查询,而是努力让读者理解MySql内在工作机制,例如MySql如何完成存储,如何完成查询,跟深入的探讨了这一系列动作背后的真相。作者有一段介绍很恰入其分:

Thus, in order to appreciate the inner workings of MySQL, you need to get close to the places where that devil is being subdued. Somewhere in the dark depths of the optimizer or inside the B-tree, there is music to be heard as you study the code. It will take some work to hear that music, but once you do, you can feel its beauty.

看一下目录就可以大概了解起内容:

Chapter 1, MySQL History and Architecture

 Introduces the major modules in the source code and their purpose.

Chapter 2, Nuts and Bolts of Working with the MySQL Source Code

Tells you how to download the source code and build a server from scratch.

最后更新 (2010-03-06 19:28)

阅读全文...