﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:book="http://www.netyi.net"><channel><title>MySQL_数据库_计算机类_最新资料_得益网</title><link>http://www.netyi.net/Category/117</link><description>MySQL_数据库_计算机类_最新资料_得益网</description><copyright /><generator>得益网</generator>
<item><title>High Performance MySQL: Optimization, Backups, Replication, and More (2nd Edition)</title><link>http://www.netyi.net/training/991d1ee7-fe14-4f9d-8099-c169419d538a</link><description>High Performance MySQL 的2008年新版,即第二版.&lt;br/&gt;涵盖5.1版.&lt;br/&gt;&lt;br/&gt;High Performance MySQL is the definitive guide to building fast, reliable systems with MySQL. Written by noted experts with years of real-world experience building very large systems, this book covers every aspect of MySQL performance in detail, and focuses on robustness, security, and data integrity. High Performance MySQL teaches you advanced techniques in depth so you can bring out MySQL's full power. Learn how to design schemas, indexes, queries and advanced MySQL features for maximum performance, and get detailed guidance for tuning your MySQL server, operating system, and hardware to their fullest potential. You'll also learn practical, safe, high-performance ways to scale your applications with replication, load balancing, high availability, and failover. This second edition is completely revised and greatly expanded, with deeper coverage in all areas. Major additions include: Emphasis throughout on both performance and reliability Thorough coverage of storage engines, including in-depth tuning and optimizations for the InnoDB storage engine Effects of new features in MySQL 5.0 and 5.1, including stored procedures, partitioned databases, triggers, and views A detailed discussion on how to build very large, highly scalable systems with MySQL New options for backups and replication Optimization of advanced querying features, such as full-text searches Four new appendices The book also includes chapters on benchmarking, profiling, backups, security, and tools and techniques to help you measure, monitor, and manage your MySQL installations.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;目录&lt;br/&gt;Foreword . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ix&lt;br/&gt;Preface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xi&lt;br/&gt;1. MySQL Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1&lt;br/&gt;MySQL’s Logical Architecture 1&lt;br/&gt;Concurrency Control 3&lt;br/&gt;Transactions 6&lt;br/&gt;Multiversion Concurrency Control 12&lt;br/&gt;MySQL’s Storage Engines 14&lt;br/&gt;2. Finding Bottlenecks: Benchmarking and Profiling . . . . . . . . . . . . . . . . . . . . . 32&lt;br/&gt;Why Benchmark? 33&lt;br/&gt;Benchmarking Strategies 33&lt;br/&gt;Benchmarking Tactics 37&lt;br/&gt;Benchmarking Tools 42&lt;br/&gt;Benchmarking Examples 44&lt;br/&gt;Profiling 54&lt;br/&gt;Operating System Profiling 76&lt;br/&gt;3. Schema Optimization and Indexing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80&lt;br/&gt;Choosing Optimal Data Types 80&lt;br/&gt;Indexing Basics 95&lt;br/&gt;Indexing Strategies for High Performance 106&lt;br/&gt;An Indexing Case Study 131&lt;br/&gt;Index and Table Maintenance 136&lt;br/&gt;Normalization and Denormalization 139&lt;br/&gt;Speeding Up ALTER TABLE 145&lt;br/&gt;Notes on Storage Engines 149&lt;br/&gt;vi | Table of Contents&lt;br/&gt;4. Query Performance Optimization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152&lt;br/&gt;Slow Query Basics: Optimize Data Access 152&lt;br/&gt;Ways to Restructure Queries 157&lt;br/&gt;Query Execution Basics 160&lt;br/&gt;Limitations of the MySQL Query Optimizer 179&lt;br/&gt;Optimizing Specific Types of Queries 188&lt;br/&gt;Query Optimizer Hints 195&lt;br/&gt;User-Defined Variables 198&lt;br/&gt;5. Advanced MySQL Features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 204&lt;br/&gt;The MySQL Query Cache 204&lt;br/&gt;Storing Code Inside MySQL 217&lt;br/&gt;Cursors 224&lt;br/&gt;Prepared Statements 225&lt;br/&gt;User-Defined Functions 230&lt;br/&gt;Views 231&lt;br/&gt;Character Sets and Collations 237&lt;br/&gt;Full-Text Searching 244&lt;br/&gt;Foreign Key Constraints 252&lt;br/&gt;Merge Tables and Partitioning 253&lt;br/&gt;Distributed (XA) Transactions 262&lt;br/&gt;6. Optimizing Server Settings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265&lt;br/&gt;Configuration Basics 266&lt;br/&gt;General Tuning 271&lt;br/&gt;Tuning MySQL’s I/O Behavior 281&lt;br/&gt;Tuning MySQL Concurrency 295&lt;br/&gt;Workload-Based Tuning 298&lt;br/&gt;Tuning Per-Connection Settings 304&lt;br/&gt;7. Operating System and Hardware Optimization . . . . . . . . . . . . . . . . . . . . . . . 305&lt;br/&gt;What Limits MySQL’s Performance? 306&lt;br/&gt;How to Select CPUs for MySQL 306&lt;br/&gt;Balancing Memory and Disk Resources 309&lt;br/&gt;Choosing Hardware for a Slave 317&lt;br/&gt;RAID Performance Optimization 317&lt;br/&gt;Storage Area Networks and Network-Attached Storage 325&lt;br/&gt;Using Multiple Disk Volumes 326&lt;br/&gt;Network Configuration 328&lt;br/&gt;Table of Contents | vii&lt;br/&gt;Choosing an Operating System 330&lt;br/&gt;Choosing a Filesystem 331&lt;br/&gt;Threading 334&lt;br/&gt;Swapping 334&lt;br/&gt;Operating System Status 336&lt;br/&gt;8. Replication . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 343&lt;br/&gt;Replication Overview 343&lt;br/&gt;Setting Up Replication 347&lt;br/&gt;Replication Under the Hood 355&lt;br/&gt;Replication Topologies 362&lt;br/&gt;Replication and Capacity Planning 376&lt;br/&gt;Replication Administration and Maintenance 378&lt;br/&gt;Replication Problems and Solutions 388&lt;br/&gt;How Fast Is Replication? 405&lt;br/&gt;The Future of MySQL Replication 407&lt;br/&gt;9. Scaling and High Availability . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 409&lt;br/&gt;Terminology 410&lt;br/&gt;Scaling MySQL 412&lt;br/&gt;Load Balancing 436&lt;br/&gt;High Availability 447&lt;br/&gt;10. Application-Level Optimization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 457&lt;br/&gt;Application Performance Overview 457&lt;br/&gt;Web Server Issues 460&lt;br/&gt;Caching 463&lt;br/&gt;Extending MySQL 470&lt;br/&gt;Alternatives to MySQL 471&lt;br/&gt;11. Backup and Recovery . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 472&lt;br/&gt;Overview 473&lt;br/&gt;Considerations and Tradeoffs 477&lt;br/&gt;Managing and Backing Up Binary Logs 486&lt;br/&gt;Backing Up Data 488&lt;br/&gt;Recovering from a Backup 499&lt;br/&gt;Backup and Recovery Speed 510&lt;br/&gt;Backup Tools 511&lt;br/&gt;Scripting Backups 518&lt;br/&gt;viii | Table of Contents&lt;br/&gt;12. Security . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 521&lt;br/&gt;Terminology 521&lt;br/&gt;Account Basics 522&lt;br/&gt;Operating System Security 541&lt;br/&gt;Network Security 542&lt;br/&gt;Data Encryption 550&lt;br/&gt;MySQL in a chrooted Environment 554&lt;br/&gt;13. MySQL Server Status . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 557&lt;br/&gt;System Variables 557&lt;br/&gt;SHOW STATUS 558&lt;br/&gt;SHOW INNODB STATUS 565&lt;br/&gt;SHOW PROCESSLIST 578&lt;br/&gt;SHOW MUTEX STATUS 579&lt;br/&gt;Replication Status 580&lt;br/&gt;INFORMATION_SCHEMA 581&lt;br/&gt;14. Tools for High Performance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 583&lt;br/&gt;Interface Tools 583&lt;br/&gt;Monitoring Tools 585&lt;br/&gt;Analysis Tools 595&lt;br/&gt;MySQL Utilities 598&lt;br/&gt;Sources of Further Information 601&lt;br/&gt;A. Transferring Large Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 603&lt;br/&gt;B. Using EXPLAIN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 607&lt;br/&gt;C. Using Sphinx with MySQL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 623&lt;br/&gt;D. Debugging Locks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 650&lt;br/&gt;Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 659</description><pubDate>2008-08-28 10:32:28</pubDate></item>
<item><title>輕鬆搞定 SQL Server 2000 程式設計</title><link>http://www.netyi.net/training/490d7da2-2ed8-4aff-993a-1d906af2a317</link><description>藉由提供眾多應用程式所需的彈性，Microsoft SQL Server 2000 能大幅縮短您開發 E-Commerce、資料倉儲和商業應用程式的時間！&lt;br/&gt;&lt;br/&gt;無論您是否接觸過 Microsoft Access、Oracle 或其他的關聯式資料庫，這本《輕鬆搞定 Microsoft SQL Server 2000 程式設計》都是您了解 SQL Server 強大功能的開始。本書由資深的資料庫開發人員與作者共同完成，書中除了提供大量的範例與程式碼，還能幫您使用 SQL Server 內附的互動式工具程式來操作與維護資料庫，絕對是想使用 Transact-SQL 指令來設計程式的開發人員最好的參考手冊！&lt;br/&gt;&lt;br/&gt;本書可以讓您了解如何：&lt;br/&gt;&lt;br/&gt;開始學習SQL Server：使用Enterprise Manager來連結至資料庫；啟動、停止和暫停執行SQL Server；備份和還原資料庫以及使用維護計劃精靈來建立每月備份計劃；管理SQL Server安全性功能。&lt;br/&gt;&lt;br/&gt;建立SQL資料庫：建立和管理資料庫、資料表、索引、關聯圖、條件約束、資料表物件以及資料庫圖表。&lt;br/&gt;&lt;br/&gt;擷取資料：擷取資料列、使用SELECT句子、聯結資料表以及檢視資料的各種方法。&lt;br/&gt;&lt;br/&gt;使用資料：新增、刪除和更新資料列和匯入及匯出資料。&lt;br/&gt;&lt;br/&gt;使用Transact-SQL程式語言：了解運算元、變數、參數以及流程控制；使用預存程序；建立和管理觸發程序以及學習錯誤的控制。</description><pubDate>2008-05-22 14:00:01</pubDate></item>
<item><title>MySQL in a Nutshell 2nd Edition (MySQL 手册 第二版)</title><link>http://www.netyi.net/training/afd89b5d-33a0-4e10-bf16-bea496151fcb</link><description>When you need to find the right SQL keyword or MySQL client command-line &lt;br/&gt;option right away, turn to this convenient reference, known for the same &lt;br/&gt;speed and flexibility as the system it covers so thoroughly. MySQL is &lt;br/&gt;packed with so many capabilities that the odds of remembering a &lt;br/&gt;particular function or statement at the right moment are pretty slim. &lt;br/&gt;With MySQL in a Nutshell, you get the details you need, day in and day &lt;br/&gt;out, in one concise and extremely well organized book. The new &lt;br/&gt;edition contains all the commands and programming information for &lt;br/&gt;version 5.1, including new features and language interfaces. It's ideal &lt;br/&gt;for anyone using MySQL, from novices who need to get up to speed to &lt;br/&gt;advanced users who want a handy reference. Like all O'Reilly Nutshell &lt;br/&gt;references, it's easy to use and highly authoritative, written by the &lt;br/&gt;editor of the MySQL Knowledge Base at MySQL AB, the creator and owner of &lt;br/&gt;MySQL. Inside, you'll find: &lt;br/&gt;- A thorough reference to MySQL statements, functions, and &lt;br/&gt;administrative utilities &lt;br/&gt;- Several tutorial chapters to help newcomers get started &lt;br/&gt;- Programming language APIs for PHP, Perl, and C &lt;br/&gt;- Brief tutorials at the beginning of each API chapter to help anyone, &lt;br/&gt;regardless of experience level, understand and master unfamiliar &lt;br/&gt;territory &lt;br/&gt;- New chapters on replication, triggers, and stored procedures &lt;br/&gt;- Plenty of new examples of how MySQL is used in practice &lt;br/&gt;- Useful tips to help you get through the most difficult subjects &lt;br/&gt;Whether you employ MySQL in a mission-critical, heavy-use environment or &lt;br/&gt;for applications that are more modest, this book puts a wealth of &lt;br/&gt;easy-to-find information at your fingertips, saving you hundreds of &lt;br/&gt;hours of trial and error and tedious online searching. If you're ready &lt;br/&gt;to take advantage of everything MySQL has to offer, MySQL in a Nutshell &lt;br/&gt;has precisely what it takes. &lt;br/&gt;</description><pubDate>2008-04-17 18:08:52</pubDate></item>
<item><title>mysql网络数据库指南(中文版)</title><link>http://www.netyi.net/training/d86c3a77-057a-400a-86e6-c5a7c131a58e</link><description>MySQL 是完全网络化的跨平台关系型数据库系统，同时是具有客户机/服务器体系结构的分布式数据库管理系统。它具有功能强、使用简便、管理方便、运行速度快、安全可靠性强等优点，用户可利用许多语言编写访问MySQL 数据库的程序，另外，MySQL在UNIX等操作系统上是免费的，在Windows操作系统上，可免费使用其客户机程序和客户机程序库。 本书通过两个实例，详细介绍了MySQL的基本概念、基本技巧、编程方法、管理特点，以及第三方工具（如PHP和Perl）的使用方法。本书还提供了大量与MySQL有关的因特网站点，以及获得MySQL的技术支持方法。 本书适合数据库、网络开发与管理等人员参考。 &lt;br/&gt;&lt;br/&gt;目      录&lt;br/&gt;&lt;br/&gt;译者序&lt;br/&gt;&lt;br/&gt;序&lt;br/&gt;&lt;br/&gt;前言&lt;br/&gt;&lt;br/&gt;第一部分   MySQL的使用&lt;br/&gt;&lt;br/&gt;第1章   MySQL 与 SQL 介绍	1&lt;br/&gt;&lt;br/&gt;1.1   MySQL 的用途	1&lt;br/&gt;&lt;br/&gt;1.2   一个样例数据库	4&lt;br/&gt;&lt;br/&gt;1.2.1   美国历史同盟	4&lt;br/&gt;&lt;br/&gt;1.2.2   学分保存方案	6&lt;br/&gt;&lt;br/&gt;1.2.3   样例数据库怎样才能满足需求	6&lt;br/&gt;&lt;br/&gt;1.3   基本数据库术语	7&lt;br/&gt;&lt;br/&gt;1.3.1   基本术语	7&lt;br/&gt;&lt;br/&gt;1.3.2   查询语言术语	9&lt;br/&gt;&lt;br/&gt;1.3.3   MySQL的体系结构术语	9&lt;br/&gt;&lt;br/&gt;1.4   MySQL教程	10&lt;br/&gt;&lt;br/&gt;1.4.1   基本要求	10&lt;br/&gt;&lt;br/&gt;1.4.2   取得样例数据库的分发包	11&lt;br/&gt;&lt;br/&gt;1.4.3   建立和中止服务器的连接	11&lt;br/&gt;&lt;br/&gt;1.4.4   发布查询	13&lt;br/&gt;&lt;br/&gt;1.4.5   创建数据库	14&lt;br/&gt;&lt;br/&gt;1.4.6   创建表	15&lt;br/&gt;&lt;br/&gt;1.4.7   增加新记录	26&lt;br/&gt;&lt;br/&gt;1.4.8   检索信息	28&lt;br/&gt;&lt;br/&gt;1.4.9   删除或更新现有记录	49&lt;br/&gt;&lt;br/&gt;1.4.10   改变表的结构	50&lt;br/&gt;&lt;br/&gt;1.5   与 mysql 交互的技巧	51&lt;br/&gt;&lt;br/&gt;1.5.1   简化连接过程	51&lt;br/&gt;&lt;br/&gt;1.5.2   以较少的键入发布查询	53&lt;br/&gt;&lt;br/&gt;1.6   向何处去	56&lt;br/&gt;&lt;br/&gt;第2章   用 MySQL 处理数据	57&lt;br/&gt;&lt;br/&gt;2.1   MySQL 数据类型	58&lt;br/&gt;&lt;br/&gt;2.2   MySQL 的列类型	59&lt;br/&gt;&lt;br/&gt;2.2.1   列类型概述	59&lt;br/&gt;&lt;br/&gt;2.2.2   数值列类型	61&lt;br/&gt;&lt;br/&gt;2.2.3   串列类型	69&lt;br/&gt;&lt;br/&gt;2.2.4   日期和时间列类型	76&lt;br/&gt;&lt;br/&gt;2.3   选择列的类型	81&lt;br/&gt;&lt;br/&gt;2.3.1   列中存储何种类型的值	82&lt;br/&gt;&lt;br/&gt;2.3.2   列值有特定的取值范围吗	84&lt;br/&gt;&lt;br/&gt;2.3.3    性能与效率问题	85&lt;br/&gt;&lt;br/&gt;2.3.4   希望对值进行什么样的比较	87&lt;br/&gt;&lt;br/&gt;2.3.5   计划对列进行索引吗	87&lt;br/&gt;&lt;br/&gt;2.3.6    列类型选择问题的相互关联程度	88&lt;br/&gt;&lt;br/&gt;2.4   表达式求值和类型转换	88&lt;br/&gt;&lt;br/&gt;2.4.1   撰写表达式	89&lt;br/&gt;&lt;br/&gt;2.4.2   类型转换	94&lt;br/&gt;&lt;br/&gt;第3章   MySQL SQL 语法及其用法	99&lt;br/&gt;&lt;br/&gt;3.1   MySQL 中的SQL特征	99&lt;br/&gt;&lt;br/&gt;3.2   MySQL 的命名规则	100&lt;br/&gt;&lt;br/&gt;3.2.1   引用数据库的成分	100&lt;br/&gt;&lt;br/&gt;3.2.2   SQL语句中的大小写规则	101&lt;br/&gt;&lt;br/&gt;3.3   创建、删除和选择数据库	101&lt;br/&gt;&lt;br/&gt;3.4   创建、删除、索引和更改表	102&lt;br/&gt;&lt;br/&gt;3.4.1   CREATE TABLE语句	102&lt;br/&gt;&lt;br/&gt;3.4.2   DROP TABLE 语句	106&lt;br/&gt;&lt;br/&gt;3.4.3   创建和删除索引	106&lt;br/&gt;&lt;br/&gt;3.4.4   ALTER TABLE语句	109&lt;br/&gt;&lt;br/&gt;3.5   获取数据库和表的有关信息	111&lt;br/&gt;&lt;br/&gt;3.6   检索记录	112&lt;br/&gt;&lt;br/&gt;3.6.1   平凡连接	113&lt;br/&gt;&lt;br/&gt;3.6.2   全连接	113&lt;br/&gt;&lt;br/&gt;3.6.3   左连接	114&lt;br/&gt;&lt;br/&gt;3.7   加注释	115&lt;br/&gt;&lt;br/&gt;3.8   解决方案随笔	116&lt;br/&gt;&lt;br/&gt;3.8.1   将子选择编写为连接	116&lt;br/&gt;&lt;br/&gt;3.8.2   检查表中未给出的值	117&lt;br/&gt;&lt;br/&gt;3.8.3   执行UNION操作	118&lt;br/&gt;&lt;br/&gt;3.8.4   增加序列号列	119&lt;br/&gt;&lt;br/&gt;3.8.5   对某个已有的列进行排序	120&lt;br/&gt;&lt;br/&gt;3.8.6   非正常次序的串	120&lt;br/&gt;&lt;br/&gt;3.8.7   建立计数表	120&lt;br/&gt;&lt;br/&gt;3.8.8   检查表是否存在	121&lt;br/&gt;&lt;br/&gt;3.9   MySQL 不支持的功能	121&lt;br/&gt;&lt;br/&gt;第4章   查询优化	125&lt;br/&gt;&lt;br/&gt;4.1   使用索引	125&lt;br/&gt;&lt;br/&gt;4.1.1   索引的益处	125&lt;br/&gt;&lt;br/&gt;4.1.2   索引的弊端	127&lt;br/&gt;&lt;br/&gt;4.1.3   选择索引	127&lt;br/&gt;&lt;br/&gt;4.2   MySQL 查询优化程序	129&lt;br/&gt;&lt;br/&gt;4.2.1   优化程序怎样工作	129&lt;br/&gt;&lt;br/&gt;4.2.2   忽略优化	131&lt;br/&gt;&lt;br/&gt;4.3  列类型选择与查询效率	132&lt;br/&gt;&lt;br/&gt;4.4   有效地装载数据	134&lt;br/&gt;&lt;br/&gt;4.5   调度与锁定问题	136&lt;br/&gt;&lt;br/&gt;4.6   管理员的优化	137&lt;br/&gt;&lt;br/&gt;4.6.1   服务器参数	138&lt;br/&gt;&lt;br/&gt;4.6.2   硬件问题	138&lt;br/&gt;&lt;br/&gt;第二部分   MySQL 编程接口&lt;br/&gt;&lt;br/&gt;第5章   MySQL 程序设计介绍	139&lt;br/&gt;&lt;br/&gt;5.1   MySQL 可用的 API	142&lt;br/&gt;&lt;br/&gt;5.1.1   C API	143&lt;br/&gt;&lt;br/&gt;5.1.2   Perl DBI API	143&lt;br/&gt;&lt;br/&gt;5.1.3   PHP API	145&lt;br/&gt;&lt;br/&gt;5.2   选择API	146&lt;br/&gt;&lt;br/&gt;5.2.1   执行环境	146&lt;br/&gt;&lt;br/&gt;5.2.2   性能	147&lt;br/&gt;&lt;br/&gt;5.2.3   开发时间	149&lt;br/&gt;&lt;br/&gt;5.2.4   可移植性	151&lt;br/&gt;&lt;br/&gt;第6章   MySQL C API	152&lt;br/&gt;&lt;br/&gt;6.1   建立客户机程序的一般过程	153&lt;br/&gt;&lt;br/&gt;6.1.1   基本的系统需求	153&lt;br/&gt;&lt;br/&gt;6.1.2   编译和连接客户机程序	153&lt;br/&gt;&lt;br/&gt;6.2   客户机程序1—连接到服务器	154&lt;br/&gt;&lt;br/&gt;6.3   客户机程序2—增加错误检查	156&lt;br/&gt;&lt;br/&gt;6.4   客户机程序3—产生连接代码模块	158&lt;br/&gt;&lt;br/&gt;6.5   客户机程序4—在运行时获取连接参&lt;br/&gt;&lt;br/&gt;    数	163&lt;br/&gt;&lt;br/&gt;6.5.1   访问选项文件内容	164&lt;br/&gt;&lt;br/&gt;6.5.2   分析命令行参数	166&lt;br/&gt;&lt;br/&gt;6.6    处理查询	172&lt;br/&gt;&lt;br/&gt;6.6.1   处理不返回结果集的查询	173&lt;br/&gt;&lt;br/&gt;6.6.2   处理返回结果集的查询	174&lt;br/&gt;&lt;br/&gt;6.6.3   通用目标查询处理程序	176&lt;br/&gt;&lt;br/&gt;6.6.4   可选择的查询处理方法	178&lt;br/&gt;&lt;br/&gt;6.6.5   mysql_store_result()与 mysql_&lt;br/&gt;&lt;br/&gt;           use _result()的比较	179&lt;br/&gt;&lt;br/&gt;6.6.6   使用结果集元数据	181&lt;br/&gt;&lt;br/&gt;6.7   客户机程序5—交互式查询程序	184&lt;br/&gt;&lt;br/&gt;6.8   其他主题	185&lt;br/&gt;&lt;br/&gt;6.8.1   在结果集上执行计算	185&lt;br/&gt;&lt;br/&gt;6.8.2   对查询中有疑问的数据进行编码	187&lt;br/&gt;&lt;br/&gt;6.8.3   图像数据的处理	188&lt;br/&gt;&lt;br/&gt;6.8.4   获取表信息	189&lt;br/&gt;&lt;br/&gt;6.8.5   需要避免的客户机程序设计错误	189&lt;br/&gt;&lt;br/&gt;第7章   Perl DBI API	192&lt;br/&gt;&lt;br/&gt;7.1   Perl 脚本的特点	192&lt;br/&gt;&lt;br/&gt;7.2   Perl DBI 基础	193&lt;br/&gt;&lt;br/&gt;7.2.1   DBI数据类型	193&lt;br/&gt;&lt;br/&gt;7.2.2   一个简单的DBI脚本	193&lt;br/&gt;&lt;br/&gt;7.2.3   处理错误	196&lt;br/&gt;&lt;br/&gt;7.2.4   处理不返回结果集的查询	199&lt;br/&gt;&lt;br/&gt;7.2.5   处理返回结果集的查询	200&lt;br/&gt;&lt;br/&gt;7.2.6   引用问题	206&lt;br/&gt;&lt;br/&gt;7.2.7   占位符和参数约束	209&lt;br/&gt;&lt;br/&gt;7.2.8   指定连接参数	210&lt;br/&gt;&lt;br/&gt;7.2.9   调试	213&lt;br/&gt;&lt;br/&gt;7.2.10   使用结果集元数据	215&lt;br/&gt;&lt;br/&gt;7.3   运行 DBI	218&lt;br/&gt;&lt;br/&gt;7.3.1   生成历史同盟目录	218&lt;br/&gt;&lt;br/&gt;7.3.2   发送成员资格更新通知	223&lt;br/&gt;&lt;br/&gt;7.3.3   历史同盟成员项目编辑	227&lt;br/&gt;&lt;br/&gt;7.3.4   寻找共同兴趣的历史同盟成员	231&lt;br/&gt;&lt;br/&gt;7.3.5   联机历史同盟目录	232&lt;br/&gt;&lt;br/&gt;7.4   在 Web 应用程序中使用 DBI	234&lt;br/&gt;&lt;br/&gt;7.4.1   设置CGI脚本的Apache	235&lt;br/&gt;&lt;br/&gt;7.4.2   CGI.pm的简要介绍	236&lt;br/&gt;&lt;br/&gt;7.4.3   从Web脚本连接到MySQL服&lt;br/&gt;&lt;br/&gt;          务器	239&lt;br/&gt;&lt;br/&gt;7.4.4   samp_db数据库浏览器	240&lt;br/&gt;&lt;br/&gt;7.4.5   学分保存方案分数浏览器	243&lt;br/&gt;&lt;br/&gt;7.4.6   历史同盟共同兴趣的搜索	246&lt;br/&gt;&lt;br/&gt;第8章   PHP API	248&lt;br/&gt;&lt;br/&gt;8.1   PHP 脚本的特点	248&lt;br/&gt;&lt;br/&gt;8.2   PHP基础	248&lt;br/&gt;&lt;br/&gt;8.2.1   使用函数和include 文件	253&lt;br/&gt;&lt;br/&gt;8.2.2   一个简单的查询页面	257&lt;br/&gt;&lt;br/&gt;8.2.3   处理查询结果	258&lt;br/&gt;&lt;br/&gt;8.2.4   处理错误	261&lt;br/&gt;&lt;br/&gt;8.2.5   引用问题	262&lt;br/&gt;&lt;br/&gt;8.3   运行 PHP	263&lt;br/&gt;&lt;br/&gt;8.3.1   输入学生分数	263&lt;br/&gt;&lt;br/&gt;8.3.2   美国???统测验	269&lt;br/&gt;&lt;br/&gt;8.3.3   历史同盟联机成员项的编辑	271&lt;br/&gt;&lt;br/&gt;第三部分   MySQL 管理&lt;br/&gt;&lt;br/&gt;第9章   MySQL 管理介绍	277&lt;br/&gt;&lt;br/&gt;9.1   管理职责概述	277&lt;br/&gt;&lt;br/&gt;9.2   常规管理	278&lt;br/&gt;&lt;br/&gt;9.3   安全性	279&lt;br/&gt;&lt;br/&gt;9.4   数据库修复和维护	279&lt;br/&gt;&lt;br/&gt;第10章   MySQL 数据目录	280&lt;br/&gt;&lt;br/&gt;10.1   数据目录的位置	280&lt;br/&gt;&lt;br/&gt;10.2   数据目录的结构	281&lt;br/&gt;&lt;br/&gt;10.2.1   MySQL服务器怎样提供对数据&lt;br/&gt;&lt;br/&gt;             的访问	282&lt;br/&gt;&lt;br/&gt;10.2.2   数据库的表示法	283&lt;br/&gt;&lt;br/&gt;10.2.3   数据库表的表示法	283&lt;br/&gt;&lt;br/&gt;10.2.4   数据库和表命名中的操作系统&lt;br/&gt;&lt;br/&gt;                 约束	284&lt;br/&gt;&lt;br/&gt;10.2.5   系统性能的数据目录结构的&lt;br/&gt;&lt;br/&gt;             含义	285&lt;br/&gt;&lt;br/&gt;10.2.6   MySQL的状态文件	286&lt;br/&gt;&lt;br/&gt;10.3    重定位数据目录的内容	288&lt;br/&gt;&lt;br/&gt;10.3.1   重定位方法	288&lt;br/&gt;&lt;br/&gt;10.3.2   估计重定位的效果	289&lt;br/&gt;&lt;br/&gt;10.3.3   重定位数据目录	289&lt;br/&gt;&lt;br/&gt;10.3.4   重定位数据库	290&lt;br/&gt;&lt;br/&gt;10.3.5   重定位数据库表	290&lt;br/&gt;&lt;br/&gt;10.3.6   重定位状态文件	290&lt;br/&gt;&lt;br/&gt;第11章   常规的MySQL 管理	292&lt;br/&gt;&lt;br/&gt;11.1   新的 MySQL 安装的安全性	292&lt;br/&gt;&lt;br/&gt;11.2   MySQL 服务器的启动和关闭	293&lt;br/&gt;&lt;br/&gt;11.2.1   用无特权的用户账号运行MySQL&lt;br/&gt;&lt;br/&gt;             服务器	293&lt;br/&gt;&lt;br/&gt;11.2.2   启动服务器的方法	295&lt;br/&gt;&lt;br/&gt;11.2.3   关闭服务器	296&lt;br/&gt;&lt;br/&gt;11.2.4   在不连接时收回服务器的控制	297&lt;br/&gt;&lt;br/&gt;11.3   用户账号管理	298&lt;br/&gt;&lt;br/&gt;11.3.1   创建新用户和授权	298&lt;br/&gt;&lt;br/&gt;11.3.2   取消权限和删除用户	302&lt;br/&gt;&lt;br/&gt;11.4   日志文件维护	303&lt;br/&gt;&lt;br/&gt;11.5   备份和拷贝数据库	305&lt;br/&gt;&lt;br/&gt;11.5.1   用mysqldump备份和拷贝数&lt;br/&gt;&lt;br/&gt;             据库	307&lt;br/&gt;&lt;br/&gt;11.5.2   使用直接拷贝数据库备份和&lt;br/&gt;&lt;br/&gt;             拷贝方法	308&lt;br/&gt;&lt;br/&gt;11.5.3   复制数据库	309&lt;br/&gt;&lt;br/&gt;11.6   为数据恢复使用备份	309&lt;br/&gt;&lt;br/&gt;11.6.1   恢复整个数据库	310&lt;br/&gt;&lt;br/&gt;11.6.2   恢复单个的表	310&lt;br/&gt;&lt;br/&gt;11.7   优化服务器	311&lt;br/&gt;&lt;br/&gt;11.8   运行多个服务器	312&lt;br/&gt;&lt;br/&gt;11.8.1   配置和安装多个服务器	313&lt;br/&gt;&lt;br/&gt;11.8.2   多个服务器的启动过程	313&lt;br/&gt;&lt;br/&gt;11.9   更新 MySQL 	313&lt;br/&gt;&lt;br/&gt;第12章  安全性	315&lt;br/&gt;&lt;br/&gt;12.1   内部安全性：安全数据目录访问	315&lt;br/&gt;&lt;br/&gt;12.2   外部安全性：安全网络访问	317&lt;br/&gt;&lt;br/&gt;12.2.1   MySQL授权表的结构和内容	317&lt;br/&gt;&lt;br/&gt;12.2.2   服务器如何控制客户机的访问	320&lt;br/&gt;&lt;br/&gt;12.2.3   授权表应避免的风险	323&lt;br/&gt;&lt;br/&gt;12.2.4   不用GRANT建立用户	324&lt;br/&gt;&lt;br/&gt;第13章   数据库维护和修复	328&lt;br/&gt;&lt;br/&gt;13.1   检查和维护数据库表	328&lt;br/&gt;&lt;br/&gt;13.1.1   myisamchk和 isamchk的调用&lt;br/&gt;&lt;br/&gt;             语法	328&lt;br/&gt;&lt;br/&gt;13.1.2   检查表	329&lt;br/&gt;&lt;br/&gt;13.1.3   修复表	329&lt;br/&gt;&lt;br/&gt;13.1.4   避免与 MySQL 服务器交互&lt;br/&gt;&lt;br/&gt;              作用	331&lt;br/&gt;&lt;br/&gt;13.1.5   快速运行myisamchk和 isamchk	332&lt;br/&gt;&lt;br/&gt;13.2   安排预防性的维护	333&lt;br/&gt;&lt;br/&gt;13.2.1   用cron定期检查表	334&lt;br/&gt;&lt;br/&gt;13.2.2   在系统启动期间检查表	335&lt;br/&gt;&lt;br/&gt;第四部分   附      录&lt;br/&gt;&lt;br/&gt;附录A   获得和安装软件	337&lt;br/&gt;&lt;br/&gt;附录B   列类型参考	349&lt;br/&gt;&lt;br/&gt;附录C   运算符和函数参考	356&lt;br/&gt;&lt;br/&gt;附录D   SQL 语法参考	384&lt;br/&gt;&lt;br/&gt;附录E   MySQL 程序参考	408&lt;br/&gt;&lt;br/&gt;附录F   C API 参考	431&lt;br/&gt;&lt;br/&gt;附录G   Perl DBI API 参考	453&lt;br/&gt;&lt;br/&gt;附录H   PHP API 参考	465&lt;br/&gt;&lt;br/&gt;附录 I   有用的第三方工具	482&lt;br/&gt;&lt;br/&gt;附录 J   因特网服务商	484&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>2008-04-16 18:52:43</pubDate></item>
<item><title>MySQL中文参考手册</title><link>http://www.netyi.net/training/338b5a91-b3aa-495a-832a-9d87144dbfb2</link><description>开源数据库MySQL的中文说明说</description><pubDate>2008-03-31 14:47:54</pubDate></item>
<item><title>The Definitive Guide to MySQL5 Third Edition</title><link>http://www.netyi.net/training/1771a35f-4c36-43b7-bf6e-3c17def7564c</link><description>What Does This Book Offer?&lt;br/&gt;This book provides a complete application- and example-oriented introduction to the database&lt;br/&gt;system MySQL. No previous knowledge of SQL or database design is assumed.&lt;br/&gt;The introductory part of the book begins with an extensive introduction on installing MySQL,&lt;br/&gt;Apache, PHP, and Perl under Windows and Linux. We also consider the installation of components&lt;br/&gt;that are used in combination with MySQL. Building on this, our first example will show the basic use&lt;br/&gt;of MySQL and PHP.&lt;br/&gt;The second part of the book introduces the most important administrative tools and user&lt;br/&gt;interfaces: mysql, mysqladmin, mysqldump; the programs MySQL Administrator, MySQL Query&lt;br/&gt;Browser; and finally phpMyAdmin. The latter program is particularly well suited for off-site administration&lt;br/&gt;using a web browser. A separate chapter shows how Microsoft Office, Sun StarOffice, and&lt;br/&gt;OpenOffice can be used to access MySQL databases.&lt;br/&gt;Part 3 provides a large amount of background material on the database language SQL, the&lt;br/&gt;proper design of databases, stored procedures, MySQL’s access system, and on many other topics&lt;br/&gt;on administration (such as backups, logging, and replication).&lt;br/&gt;In Part 4, “Programming,” we emphasize the language PHP: In a long chapter you will learn&lt;br/&gt;about techniques of programming. A number of example programs show how to use the interfaces&lt;br/&gt;mysql and mysqli (new in PHP 5). We deal with other programming languages, too, with chapters&lt;br/&gt;devoted to Perl, Java, C, Visual Basic 6, as well as VB.NET and C#.&lt;br/&gt;xxvii&lt;br/&gt;We end the main text with a reference section (Part 5) that provides an overview of the SQL&lt;br/&gt;commands of MySQL, the commands and options of the administrative tools, and the functions&lt;br/&gt;of important programming interfaces (PHP, Perl, C, Java, ADO.NET).&lt;br/&gt;Finally, there are several appendices, comprising (A) a glossary of terms, (B) information on&lt;br/&gt;the example files for this book (available at www.apress.com), and a bibliography with suggestions&lt;br/&gt;for further reading.&lt;br/&gt;In combination with the example databases and programs, this book should provide a good&lt;br/&gt;foundation for the development of your own database applications. In this I wish you much fun&lt;br/&gt;and success.&lt;br/&gt;What Is New in This Third Edition?&lt;br/&gt;This edition is an extensive revision of the second edition. Most of the changes relate to changes in the&lt;br/&gt;MySQL server from version 4.1 to version 5.0. But there is also much that is new in areas surrounding&lt;br/&gt;MySQL, including new programming interfaces (e.g., mysqli in PHP 5) and new administrative tools.&lt;br/&gt;The most important new developments are collected in the following list.&lt;br/&gt;Changes from MySQL 4.1 to 5.0&lt;br/&gt;? Support for Unicode and other new character sets (additions and changes throughout the&lt;br/&gt;book).&lt;br/&gt;? Views (a new section in Chapter 8).&lt;br/&gt;? INFORMATION_SCHEMA tables (a new section in Chapter 9).&lt;br/&gt;? SubSELECTs (a new section in Chapter 10).&lt;br/&gt;? Improved password authentication and additional privileges for access administration&lt;br/&gt;(Chapter 11).&lt;br/&gt;? GIS functions (new Chapter 12).&lt;br/&gt;? Stored procedures and triggers (new Chapter 13).&lt;br/&gt;? New ways of administering InnoDB tables (a new section in Chapter 14).&lt;br/&gt;? Various new SQL commands, functions, and data types (changes and additions in the entire&lt;br/&gt;book, with a reference in Chapter 21).&lt;br/&gt;? Various new options for the MySQL server and its administrative tools (additions and&lt;br/&gt;changes in the entire book, with a reference in Chapter 22).&lt;br/&gt;Changes in Surrounding Areas&lt;br/&gt;? MySQL Administrator and MySQL Query Browser (new Chapter 5).&lt;br/&gt;? Many new functions in phpMyAdmin (new Chapter 6).&lt;br/&gt;? Database interface in OpenOffice/StarOffice (three new sections in Chapter 7).&lt;br/&gt;? The object-oriented interface mysqli in PHP 5 (new Chapter 15, reference in Chapter 23).&lt;br/&gt;? New functions in the C-API (Chapter 18, reference in Chapter 23).&lt;br/&gt;? New ADO.NET driver Connector/Net (Chapter 20, reference in Chapter 23).</description><pubDate>2008-02-22 16:24:05</pubDate></item>
<item><title>MySQL? Clustering</title><link>http://www.netyi.net/training/71e19b9b-0b36-4945-98bc-b46b298f80eb</link><description>Clustering is the final component of MySQL that makes it truly enterprise-level and able to compete fully with proprietary databases such as Oracle and Microsoft SQL Server. The increased number of high-demand, high-productivity corporations and institutions choosing MySQL, including MIT, the Department of Homeland Security, NASA, and Nokia, to name a few, need the benefit of clustering databases for high performance and scalability. &lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;MySQL AB has stepped up to the plate to offer advanced, high-availability, reliable clustering. As this demand has increased, so has the need for information. MySQL Clustering offers thorough, authoritative instruction on setting up and administering a MySQL Cluster from the developers of the cluster itself. You will learn about everything from installation and configuration to performance and troubleshooting in this authoritative reference guide to MySQL clustering.&lt;br/&gt;</description><pubDate>2008-02-02 20:00:45</pubDate></item>
<item><title>Sams.Sams.Teach.Yourself.MySQL.in.10.Minutes.May.2006</title><link>http://www.netyi.net/training/341fd415-d966-4de0-80d2-b10d9b6f84d9</link><description>Sams Teach Yourself MySQL in 10 Minutes provides a no-fluff, just-the-answers guide to building and managing MySQL databases. It is carefully organized and thoughtfully written to provide just the information that you need in order to gain a rapid working knowledge of MySQL. Get up to speed quickly with Sams Teach Yourself MySQL in 10 Minutes.&lt;br/&gt;&lt;br/&gt; Copyright &lt;br/&gt;     About the Author &lt;br/&gt;     Introduction &lt;br/&gt;     Part 1:  MySQL Foundations &lt;br/&gt;        Lesson 1.  Introducing MySQL &lt;br/&gt;        Database Basics &lt;br/&gt;        MySQL Components &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 2.  Using MySQL &lt;br/&gt;        The mysql Client &lt;br/&gt;        Executing SQL Statements &lt;br/&gt;        Creating the Sample Tables &lt;br/&gt;        Summary &lt;br/&gt;     Part 2:  Getting Started with SQL &lt;br/&gt;        Lesson 3.  Retrieving Data &lt;br/&gt;        The SELECT Statement &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 4.  Filtering and Sorting Data &lt;br/&gt;        The WHERE Clause &lt;br/&gt;        The ORDER BY Clause &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 5.  Advanced Data Filtering &lt;br/&gt;        Combining WHERE Clauses &lt;br/&gt;        Limiting the Number of Rows Returned &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 6.  Numeric Operators and Functions &lt;br/&gt;        Numeric Operators &lt;br/&gt;        Numeric Functions &lt;br/&gt;        Conditional Functions &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 7.  String Operators and Functions &lt;br/&gt;        Using Operators with Strings &lt;br/&gt;        String Functions &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 8.  Date Operators and Functions &lt;br/&gt;        Date Operators &lt;br/&gt;        Date Functions &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 9.  Summarizing Data &lt;br/&gt;        Aggregate Functions &lt;br/&gt;        Grouping Data &lt;br/&gt;        Filtering Summary Data &lt;br/&gt;        Summary &lt;br/&gt;     Part 3:  Advance SQL &lt;br/&gt;        Lesson 10.  Using Subqueries &lt;br/&gt;        Understanding Subqueries &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 11.  Joining Tables &lt;br/&gt;        Understanding Joins &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 12.  Creating Advanced Joins &lt;br/&gt;        The JOIN Keyword &lt;br/&gt;        Inner Joins &lt;br/&gt;        Joining Multiple Tables &lt;br/&gt;        Cross Joins &lt;br/&gt;        Self-Joins &lt;br/&gt;        Natural Joins &lt;br/&gt;        Outer Joins &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 13.  Combining Queries &lt;br/&gt;        Understanding Combined Queries &lt;br/&gt;        Other Compound Operations &lt;br/&gt;        Using Temporary Tables &lt;br/&gt;        Summary &lt;br/&gt;     Part 4:  Creating a New Database &lt;br/&gt;        Lesson 14.  Creating and Modifying Tables &lt;br/&gt;        Creating a New Database &lt;br/&gt;        Character Sets and Collations &lt;br/&gt;        Altering a Database &lt;br/&gt;        Dropping a Database &lt;br/&gt;        Managing Tables &lt;br/&gt;        Temporary Tables &lt;br/&gt;        Using a Query to Create a Table &lt;br/&gt;        Storage Engines &lt;br/&gt;        Altering Tables &lt;br/&gt;        Dropping Tables &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 15.  Working with Data &lt;br/&gt;        The INSERT Statement &lt;br/&gt;        The DELETE Statement &lt;br/&gt;        The UPDATE Statement &lt;br/&gt;        The REPLACE Statement &lt;br/&gt;        Loading Data from a File &lt;br/&gt;        Why Use Transactions? &lt;br/&gt;        Transactions in MySQL &lt;br/&gt;        Autocommit Mode &lt;br/&gt;        Rolling Back a Transaction &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 16.  Designing Your Database &lt;br/&gt;        Relationships &lt;br/&gt;        Normalization &lt;br/&gt;        Naming Tables and Columns &lt;br/&gt;        Data Types &lt;br/&gt;        CHAR and VARCHAR &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 17.  Keys and Indexes &lt;br/&gt;        Understanding Keys and Indexes &lt;br/&gt;        Using Indexes in MySQL &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 18.  Managing User Access &lt;br/&gt;        Understanding MySQL Authentication &lt;br/&gt;        User Management &lt;br/&gt;        Using Wildcards &lt;br/&gt;        Summary &lt;br/&gt;     Part 5:  New Features in MySQL 5.0 &lt;br/&gt;        Lesson 19.  Views &lt;br/&gt;        Understanding Views &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 20.  Stored Routines &lt;br/&gt;        Understanding Stored Routines &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 21.  Triggers &lt;br/&gt;        Understanding Triggers &lt;br/&gt;        Using Triggers &lt;br/&gt;        Summary &lt;br/&gt;     Part 6:  Interfacing with MySQL &lt;br/&gt;        Lesson 22.  Using ODBC &lt;br/&gt;        Understanding ODBC &lt;br/&gt;        Connecting to MyODBC &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 23.  Using MySQL with C &lt;br/&gt;        The C Language API &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 24.  Using MySQL with PHP &lt;br/&gt;        Using the mysql API &lt;br/&gt;        Using the mysqli API &lt;br/&gt;        Summary &lt;br/&gt;        Lesson 25.  Using MySQL with Perl &lt;br/&gt;        The Perl DBI &lt;br/&gt;        Using the MySQL DBD &lt;br/&gt;        Summary &lt;br/&gt;     Part 7:  Appendix &lt;br/&gt;        Appendix A.  Installing MySQL &lt;br/&gt;        Obtaining MySQL &lt;br/&gt;        Linux/UNIX Installation &lt;br/&gt;        Windows Installation &lt;br/&gt;        Appendix B.  Sample Table Scripts &lt;br/&gt;     Index &lt;br/&gt;</description><pubDate>2008-01-28 08:34:25</pubDate></item>
<item><title>MySQL高级配置和管理</title><link>http://www.netyi.net/training/accf99a2-4e9d-43ad-9429-77574ee07be7</link><description>    MySQL是一个可用于各种流行操作系统平台的关系数据库系统，它具有客户机/服务器体系结构的分布式数据库管理系统。&lt;br/&gt;    本书分为三部分，分别介绍了MySQL的基础知识、配置和管理。第一部分介绍了MySQL的一般信息、安装和使用；第二部分介绍了应用MySQL处理数据、客户工具和API，以及其服务器功能、优化和维护；第三部分介绍了MySQL管理的一般知识、存取权限系统和怎样实现MySQL用户管理。&lt;br/&gt;    本书适合具有一定数据库知识，并希望在网络上建立分布式结构数据库或建立基于因特网应用系统的读者使用。本书也适合MySQL数据库管理员使用。&lt;br/&gt;&lt;br/&gt;目录如下：&lt;br/&gt;&lt;br/&gt;第1部分 MySQL基础&lt;br/&gt;第1章 MySQL简介&lt;br/&gt;第2章 MySQL的安装和基本配置&lt;br/&gt;第3章 MySQL的使用&lt;br/&gt;第2部分 MySQL的配置&lt;br/&gt;第4章 用MySQL处理数据&lt;br/&gt;第5章 MySQL客户工具和API&lt;br/&gt;第6章 MySQL服务器功能&lt;br/&gt;第7章 优化MySQL&lt;br/&gt;第8章 MySQL的维护&lt;br/&gt;第9章 MySQL常见问题的解决&lt;br/&gt;第3部分 MySQL管理&lt;br/&gt;第10章 MySQL管理基础&lt;br/&gt;第11章 MySQL的安全性&lt;br/&gt;第12章 MySQL中实现用户管理&lt;br/&gt;第13章 用PHPMyAdmin管理MySQL数据库&lt;br/&gt;第14章 实现qmail邮件账户的数据库管理（实例）</description><pubDate>2007-12-20 20:06:17</pubDate></item>
<item><title>MySQL网络数据库指南</title><link>http://www.netyi.net/training/70e74ccf-b567-4a40-a7d5-2fd4008ba7fa</link><description>MySQL 是完全网络化的跨平台关系型数据库系统，同时是具有客户机/服务器体系结构的分布式数据库管理系统。它具有功能强、使用简便、管理方便、运行速度快、安全可靠性强等优点，用户可利用许多语言编写访问MySQL 数据库的程序，另外，MySQL在UNIX等操作系统上是免费的，在Windows操作系统上，可免费使用其客户机程序和客户机程序库。 本书通过两个实例，详细介绍了MySQL的基本概念、基本技巧、编程方法、管理特点，以及第三方工具（如PHP和Perl）的使用方法。本书还提供了大量与MySQL有关的因特网站点，以及获得MySQL的技术支持方法。 本书适合数据库、网络开发与管理等人员参考。</description><pubDate>2007-12-03 19:19:02</pubDate></item>
<item><title>Understanding MySQL Internals</title><link>http://www.netyi.net/training/0accc2dd-8395-4d0a-9c5b-ddc8fa33f477</link><description>Understanding MySQL Internals&lt;br/&gt;&lt;br/&gt;Author: Sasha Pachev&lt;br/&gt;Publisher: O'Reilly Media, Inc. &lt;br/&gt;Number Of Pages: 254 &lt;br/&gt;Publication Date: 2007-04-10 &lt;br/&gt;ISBN-10 / ASIN: 0596009577 &lt;br/&gt;ISBN-13 / EAN: 9780596009571 &lt;br/&gt;Binding: Paperback &lt;br/&gt;&lt;br/&gt;Although MySQL's source code is open in the sense of being publicly available, it's essentially closed to you if you don't understand it. In this book, Sasha Pachev -- a former member of the MySQL Development Team -- provides a comprehensive tour of MySQL 5 that shows you how to figure out the inner workings of this powerful database. You'll go right to heart of the database to learn how data structures and convenience functions operate, how to add new storage engines and configuration options, and much more.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;The core of Understanding MySQL Internals begins with an Architecture Overview that provides a brief introduction of how the different components of MySQL work together. You then learn the steps for setting up a working compilable copy of the code that you can change and test at your pleasure. Other sections of the book cover:&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Core server classes, structures, and API&lt;br/&gt;The communication protocol between the client and the server&lt;br/&gt;Configuration variables, the controls of the server; includes a tutorial on how to add your own&lt;br/&gt;Thread-based request handling -- understanding threads and how they are used in MySQL&lt;br/&gt;An overview of MySQL storage engines&lt;br/&gt;The storage engine interface for integrating third-party storage engines&lt;br/&gt;The table lock manager&lt;br/&gt;The parser and optimizer for improving MySQL's performance&lt;br/&gt;Integrating a transactional storage engine into MySQL&lt;br/&gt;The internals of replication&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Understanding MySQL Internals provides unprecedented opportunities for developers, DBAs, database application programmers, IT departments, software vendors, and computer science students to learn about the inner workings of this enterprise-proven database. With this book, you will soon reach a new level of comprehension regarding database development that will enable you to accomplish your goals. It's your guide to discovering and improving a great database.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Summary: A very good book!&lt;br/&gt;Rating: 4&lt;br/&gt;&lt;br/&gt;Sasha knows the mysql code well, and he has done a fantastic job of presenting it. This is an important book for anyone who would like an enhanced understanding of mysql, including DBAs who might need a detailed understanding of locking or replication to. And it's a must-have for anyone working on a storage engine. &lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;Summary: Provides clear insights&lt;br/&gt;Rating: 5&lt;br/&gt;&lt;br/&gt;Sasha Pachev's UNDERSTANDING MYSQL INTERNALS: DISCOVERING AND IMPROVING A GREAT DATABASE provides clear insights into one of the most popular open source codes on the market. It comes from a former member of the MySQL development team, so offers the author's own insights into the program's creation and use, covering everything from communication protocols between client and server to the parser and optimizer that execute SQL commands, advantages and disadvantages of using threads, and more technical insights.&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;Summary: Excellent book, clearly explains MySQL internals&lt;br/&gt;Rating: 5&lt;br/&gt;&lt;br/&gt;MySQL is assuming increased importance as an enterprise database and has become the de-facto standard with web hosting companies. A number of books have appeared in recent years, covering various aspects of MySQL. In Understanding MySQL Internals, Sasha Pachev, a MySQL-focused consultant and former member of the MySQL development team, takes us on a tour of how MySQL works and how it is built. &lt;br/&gt;&lt;br/&gt;Starting with an overview of MySQL history and architecture, the book quickly moves us through working with the source code to build and run the product in a debugger. Drawing on his deep experience with the software, Mr. Pachev explains the coding conventions used to develop MySQL and why you should use them when modifying the software yourself. &lt;br/&gt;&lt;br/&gt;The author delineates the different functional &amp;quot;modules&amp;quot; (a term he coined himself to better explain the database, technically speaking there are no defined modules in MySQL's architecture) of MySQL and how they interrelate. Herein lies the key to how this book teaches the reader the vast intricacy of such a complex piece of software. The author recognizes the subject is huge and the source code changing. What he does in the book is serve as our tour guide, driving us through the various areas and explaining as much relevant information as he reasonably can. He constantly illustrates key pieces of source code and data structures; but perhaps more importantly he makes reference to the actual source files utilized by each functional component of the system, while encouraging us to explore further on our own. His approach is very much &amp;quot;top down&amp;quot;. &lt;br/&gt;&lt;br/&gt;As he takes us on this tour, the author explains many of the design decisions behind the various MySQL components, often imparting the historical perspective behind them. I appreciate how, throughout the book, the author shares some of his &amp;quot;inside information&amp;quot; about MySQL's development. There is also a section where he examines the code stability of each module and speculates on what the future may hold for each module. The author's writing style is clear and easy to read. I found Understanding MySQL Internals interesting and fun, and surprisingly easy to read for a book covering such a sophisticated piece of software. The author also does a good job explaining the engineering trade-offs of different MySQL configurations. Speaking of configuration, the book shows you how to add your own configuration option to the mysqld daemon. &lt;br/&gt;&lt;br/&gt;Chapter 7, the largest chapter in the book, is 41 pages long. It covers the MySQL storage engine interface. This chapter explains how to integrate your own custom storage engine into MySQL and contains the source code for two custom storage engine examples (one for MySQL 4.1, the other for version 5.1). You can download this source code from O'Reilly's web site. Despite this one long chapter, the book is surprising short, only 234 pages. &lt;br/&gt;&lt;br/&gt;I believe this book has value outside of MySQL. It does a good job showing how MySQL is essentially a well designed piece of software: a high-performance, reliable Unix server. The book also touches on the multi-platform aspects of MySQL design. Those of you designing other types of server software may benefit from studying how MySQL is constructed. &lt;br/&gt;&lt;br/&gt;This book isn't for everyone, but if you are serious about MySQL in particular or database software design in general then this title certainly deserves a look. </description><pubDate>2007-11-23 16:03:13</pubDate></item>
<item><title>Understanding MySQL Internals</title><link>http://www.netyi.net/training/9cb80b8e-4cb5-4581-974f-8b9436adbc0a</link><description>Although MySQL's source code is open in the sense of being publicly available, it's essentially closed to you if you don't understand it. In this book, Sasha Pachev -- a former member of the MySQL Development Team -- provides a comprehensive tour of MySQL 5 that shows you how to figure out the inner workings of this powerful database. You'll go right to heart of the database to learn how data structures and convenience functions operate, how to add new storage engines and configuration options, and much more.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;The core of Understanding MySQL Internals begins with an Architecture Overview that provides a brief introduction of how the different components of MySQL work together. You then learn the steps for setting up a working compilable copy of the code that you can change and test at your pleasure. Other sections of the book cover:&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;    * Core server classes, structures, and API&lt;br/&gt;    * The communication protocol between the client and the server&lt;br/&gt;    * Configuration variables, the controls of the server; includes a tutorial on how to add your own&lt;br/&gt;    * Thread-based request handling -- understanding threads and how they are used in MySQL&lt;br/&gt;    * An overview of MySQL storage engines&lt;br/&gt;    * The storage engine interface for integrating third-party storage engines&lt;br/&gt;    * The table lock manager&lt;br/&gt;    * The parser and optimizer for improving MySQL's performance&lt;br/&gt;    * Integrating a transactional storage engine into MySQL&lt;br/&gt;    * The internals of replication&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Understanding MySQL Internals provides unprecedented opportunities for developers, DBAs, database application programmers, IT departments, software vendors, and computer science students to learn about the inner workings of this enterprise-proven database. With this book, you will soon reach a new level of comprehension regarding database development that will enable you to accomplish your goals. It's your guide to discovering and improving a great database.</description><pubDate>2007-11-23 13:16:45</pubDate></item>
<item><title>MySQL从入门到精通</title><link>http://www.netyi.net/training/c5ef4799-f2cf-4b02-ae8a-37c2316a458f</link><description>本书探讨MYSQL所实现的结构化查询语言;&lt;br/&gt;理解并使用数据和表内容;&lt;br/&gt;优化查询和索引;&lt;br/&gt;备份数据库;&lt;br/&gt;管理用户和安全;&lt;br/&gt;管理并配置MYSQL&lt;br/&gt;在多服务器上复制MYSQL&lt;br/&gt;用MYSQL进行编程;&lt;br/&gt;编写MYSQL扩展名;&lt;br/&gt;安装MYSQL;&lt;br/&gt;理解数据库设计和标准化,并介绍一个完整实例;&lt;br/&gt;</description><pubDate>2007-10-12 21:00:08</pubDate></item>
<item><title>MySQL5.1官方中文版</title><link>http://www.netyi.net/training/f734e4c2-c959-4592-96c5-101c9c9bf5f9</link><description>目录&lt;br/&gt;&lt;br/&gt;前言&lt;br/&gt;1. 一般信息&lt;br/&gt;1.1. 关于本手册&lt;br/&gt;1.2. 本手册采用的惯例&lt;br/&gt;1.3. MySQL AB概述&lt;br/&gt;1.4. MySQL数据库管理系统概述&lt;br/&gt;1.4.1. MySQL的历史&lt;br/&gt;1.4.2. MySQL的的主要特性&lt;br/&gt;1.4.3. MySQL稳定性&lt;br/&gt;1.4.4. MySQL表最大能达到多少&lt;br/&gt;1.4.5. 2000年兼容性&lt;br/&gt;1.5. MaxDB数据库管理系统概述&lt;br/&gt;1.5.1. 什么是MaxDB？&lt;br/&gt;1.5.2. MaxDB的历史&lt;br/&gt;1.5.3. MaxDB的特性&lt;br/&gt;1.5.4. 许可和支持&lt;br/&gt;1.5.5. MaxDB和MySQL之间的特性差异&lt;br/&gt;1.5.6. MaxDB和MySQL之间的协同性&lt;br/&gt;1.5.7. 与MaxDB有关的链接&lt;br/&gt;1.6. MySQL发展大事记&lt;br/&gt;1.6.1. MySQL 5.1的新特性&lt;br/&gt;1.7. MySQL信息源&lt;br/&gt;1.7.1. MySQL邮件列表&lt;br/&gt;1.7.2. IRC（在线聊天系统）上的MySQL社区支持&lt;br/&gt;1.7.3. MySQL论坛上的MySQL社区支持&lt;br/&gt;1.8. MySQL标准的兼容性&lt;br/&gt;1.8.1. MySQL遵从的标准是什么&lt;br/&gt;1.8.2. 选择SQL模式&lt;br/&gt;1.8.3. 在ANSI模式下运行MySQL&lt;br/&gt;1.8.4. MySQL对标准SQL的扩展&lt;br/&gt;1.8.5. MySQL与标准SQL的差别&lt;br/&gt;1.8.6. MySQL处理约束的方式&lt;br/&gt;2. 安装MySQL&lt;br/&gt;2.1. 一般安装问题&lt;br/&gt;2.1.1. MySQL支持的操作系统&lt;br/&gt;2.1.2. 选择要安装的MySQL分发版&lt;br/&gt;2.1.3. 怎样获得MySQL&lt;br/&gt;2.1.4. 通过MD5校验和或GnuPG验证软件包的完整性&lt;br/&gt;2.1.5. 安装布局&lt;br/&gt;2.2. 使用二进制分发版的标准MySQL安装&lt;br/&gt;2.3. 在Windows上安装MySQL&lt;br/&gt;2.3.1. Windows系统要求&lt;br/&gt;2.3.2. 选择安装软件包&lt;br/&gt;2.3.3. 用自动安装器安装MySQL&lt;br/&gt;2.3.4. 使用MySQL安装向导&lt;br/&gt;2.3.5. 使用配置向导&lt;br/&gt;2.3.6. 通过非安装Zip文件安装MySQL&lt;br/&gt;2.3.7. 提取安装档案文件&lt;br/&gt;2.3.8. 创建选项文件&lt;br/&gt;2.3.9. 选择MySQL服务器类型&lt;br/&gt;2.3.10. 首次启动服务器&lt;br/&gt;2.3.11. 从Windows命令行启动MySQL&lt;br/&gt;2.3.12. 以Windows服务方式启动MySQL&lt;br/&gt;2.3.13. 测试MySQL安装&lt;br/&gt;2.3.14. 在Windows环境下对MySQL安装的故障诊断与排除&lt;br/&gt;2.3.15. 在Windows下升级MySQL&lt;br/&gt;2.3.16. Windows版MySQL同Unix版MySQL对比&lt;br/&gt;2.4. 在Linux下安装MySQL&lt;br/&gt;2.5.在Mac OS X中安装MySQL&lt;br/&gt;2.6. 在NetWare中安装MySQL&lt;br/&gt;2.7. 在其它类Unix系统中安装MySQL&lt;br/&gt;2.8. 使用源码分发版安装MySQL&lt;br/&gt;2.8.1. 源码安装概述&lt;br/&gt;2.8.2. 典型配置选项&lt;br/&gt;2.8.3. 从开发源码树安装&lt;br/&gt;2.8.4. 处理MySQL编译问题&lt;br/&gt;2.8.5. MIT-pthreads注意事项&lt;br/&gt;2.8.6. 在Windows下从源码安装MySQL&lt;br/&gt;2.8.7. 在Windows下编译MySQL客户端&lt;br/&gt;2.9. 安装后的设置和测试&lt;br/&gt;2.9.1. Windows下安装后的过程&lt;br/&gt;2.9.2. Unix下安装后的过程&lt;br/&gt;2.9.3. 使初始MySQL账户安全&lt;br/&gt;2.10. 升级MySQL&lt;br/&gt;2.10.1. 从5.0版升级&lt;br/&gt;2.10.2. 升级授权表&lt;br/&gt;2.10.3. 将MySQL数据库拷贝到另一台机器&lt;br/&gt;2.11. 降级MySQL&lt;br/&gt;2.12. 具体操作系统相关的注意事项&lt;br/&gt;2.12.1. Linux注意事项&lt;br/&gt;2.12.2. Mac OS X注意事项&lt;br/&gt;2.12.3. Solaris注意事项&lt;br/&gt;2.12.4. BSD注意事项&lt;br/&gt;2.12.5. 其它Unix注意事项&lt;br/&gt;2.12.6. OS/2注意事项&lt;br/&gt;2.13. Perl安装注意事项&lt;br/&gt;2.13.1. 在Unix中安装Perl&lt;br/&gt;2.13.2. 在Windows下安装ActiveState Perl&lt;br/&gt;2.13.3. 使用Perl DBI/DBD接口的问题&lt;br/&gt;3. 教程&lt;br/&gt;3.1. 连接与断开服务器&lt;br/&gt;3.2. 输入查询&lt;br/&gt;3.3. 创建并使用数据库&lt;br/&gt;3.3.1. 创建并选择数据库&lt;br/&gt;3.3.2. 创建表&lt;br/&gt;3.3.3. 将数据装入表中&lt;br/&gt;3.3.4. 从表检索信息&lt;br/&gt;3.4. 获得数据库和表的信息&lt;br/&gt;3.5. 在批处理模式下使用mysql&lt;br/&gt;3.6. 常用查询的例子&lt;br/&gt;3.6.1. 列的最大值&lt;br/&gt;3.6.2. 拥有某个列的最大值的行&lt;br/&gt;3.6.3. 列的最大值：按组&lt;br/&gt;3.6.4. 拥有某个字段的组间最大值的行&lt;br/&gt;3.6.5. 使用用户变量&lt;br/&gt;3.6.6. 使用外键&lt;br/&gt;3.6.7. 根据两个键搜索&lt;br/&gt;3.6.8. 根据天计算访问量&lt;br/&gt;3.6.9. 使用AUTO_INCREMENT&lt;br/&gt;3.7. 孪生项目的查询&lt;br/&gt;3.7.1. 查找所有未分发的孪生项&lt;br/&gt;3.7.2. 显示孪生对状态的表&lt;br/&gt;3.8. 与Apache一起使用MySQL&lt;br/&gt;4. MySQL程序概述&lt;br/&gt;4.1. MySQL程序概述&lt;br/&gt;4.2. 调用MySQL程序&lt;br/&gt;4.3. 指定程序选项&lt;br/&gt;4.3.1. 在命令行上使用选项&lt;br/&gt;4.3.2. 使用选项文件&lt;br/&gt;4.3.3. 用环境变量指定选项&lt;br/&gt;4.3.4. 使用选项设置程序变量&lt;br/&gt;5. 数据库管理&lt;br/&gt;5.1. MySQL服务器和服务器启动脚本&lt;br/&gt;5.1.1. 服务器端脚本和实用工具概述&lt;br/&gt;5.1.2. mysqld-max扩展MySQL服务器&lt;br/&gt;5.1.3. mysqld_safe：MySQL服务器启动脚本&lt;br/&gt;5.1.4. mysql.server：MySQL服务器启动脚本&lt;br/&gt;5.1.5. mysqld_multi：管理多个MySQL服务器的程序&lt;br/&gt;5.2. mysqlmanager：MySQL实例管理器&lt;br/&gt;5.2.1. 用MySQL实例管理器启动MySQL服务器&lt;br/&gt;5.2.2. 连接到MySQL实例管理器并创建用户账户&lt;br/&gt;5.2.3. MySQL实例管理器命令行选项&lt;br/&gt;5.2.4. MySQL实例管理器配置文件&lt;br/&gt;5.2.5. MySQL实例管理器识别的命令&lt;br/&gt;5.3. mysqld：MySQL服务器&lt;br/&gt;5.3.1. mysqld命令行选项&lt;br/&gt;5.3.2. SQL服务器模式&lt;br/&gt;5.3.3. 服务器系统变量&lt;br/&gt;5.3.4. 服务器状态变量&lt;br/&gt;5.4. mysql_fix_privilege_tables：升级MySQL系统表&lt;br/&gt;5.5. MySQL服务器关机进程&lt;br/&gt;5.6. 一般安全问题&lt;br/&gt;5.6.1. 通用安全指南&lt;br/&gt;5.6.2. 使MySQL在攻击者面前保持安全&lt;br/&gt;5.6.3. Mysqld安全相关启动选项&lt;br/&gt;5.6.4. LOAD DATA LOCAL安全问题&lt;br/&gt;5.7. MySQL访问权限系统&lt;br/&gt;5.7.1. 权限系统的作用&lt;br/&gt;5.7.2. 权限系统工作原理&lt;br/&gt;5.7.3. MySQL提供的权限&lt;br/&gt;5.7.4. 与MySQL服务器连接&lt;br/&gt;5.7.5. 访问控制, 阶段1：连接核实&lt;br/&gt;5.7.6. 访问控制, 阶段2：请求核实&lt;br/&gt;5.7.7. 权限更改何时生效&lt;br/&gt;5.7.8. 拒绝访问错误的原因&lt;br/&gt;5.7.9. MySQL 4.1中的密码哈希处理&lt;br/&gt;5.8. MySQL用户账户管理&lt;br/&gt;5.8.1. MySQL用户名和密码&lt;br/&gt;5.8.2. 向MySQL增加新用户账户&lt;br/&gt;5.8.3. 从MySQL删除用户账户&lt;br/&gt;5.8.4. 限制账户资源&lt;br/&gt;5.8.5. 设置账户密码&lt;br/&gt;5.8.6. 使你的密码安全&lt;br/&gt;5.8.7. 使用安全连接&lt;br/&gt;5.9. 备份与恢复&lt;br/&gt;5.9.1. 数据库备份&lt;br/&gt;5.9.2. 示例用备份与恢复策略&lt;br/&gt;5.9.3. 自动恢复&lt;br/&gt;5.9.4. 表维护和崩溃恢复&lt;br/&gt;5.9.5. myisamchk：MyISAM表维护实用工具&lt;br/&gt;5.9.6. 建立表维护计划&lt;br/&gt;5.9.7. 获取关于表的信息&lt;br/&gt;5.10. MySQL本地化和国际应用&lt;br/&gt;5.10.1. 数据和排序用字符集&lt;br/&gt;5.10.2. 设置错误消息语言&lt;br/&gt;5.10.3. 添加新的字符集&lt;br/&gt;5.10.4. 字符定义数组&lt;br/&gt;5.10.5. 字符串比较支持&lt;br/&gt;5.10.6. 多字节字符支持&lt;br/&gt;5.10.7. 字符集问题&lt;br/&gt;5.10.8. MySQL服务器时区支持&lt;br/&gt;5.11. MySQL日志文件&lt;br/&gt;5.11.1. 错误日志&lt;br/&gt;5.11.2. 通用查询日志&lt;br/&gt;5.11.3. 二进制日志&lt;br/&gt;5.11.4. 慢速查询日志&lt;br/&gt;5.11.5. 日志文件维护&lt;br/&gt;5.12. 在同一台机器上运行多个MySQL服务器&lt;br/&gt;5.12.1. 在Windows下运行多个服务器&lt;br/&gt;5.12.2. 在Unix中运行多个服务器&lt;br/&gt;5.12.3. 在多服务器环境中使用客户端程序&lt;br/&gt;5.13. MySQL查询高速缓冲&lt;br/&gt;5.13.1. 查询高速缓冲如何工作&lt;br/&gt;5.13.2. 查询高速缓冲SELECT选项&lt;br/&gt;5.13.3. 查询高速缓冲配置&lt;br/&gt;5.13.4. 查询高速缓冲状态和维护&lt;br/&gt;6. MySQL中的复制&lt;br/&gt;6.1. 复制介绍&lt;br/&gt;6.2. 复制实施概述&lt;br/&gt;6.3. 复制实施细节&lt;br/&gt;6.3.1. 复制主线程状态&lt;br/&gt;6.3.2. 复制从I/O线程状态&lt;br/&gt;6.3.3. 复制从SQL线程状态&lt;br/&gt;6.3.4. 复制传递和状态文件&lt;br/&gt;6.4. 如何设置复制&lt;br/&gt;6.5. 不同MySQL版本之间的复制兼容性&lt;br/&gt;6.6. 升级复制设置&lt;br/&gt;6.6.1. 将复制升级到5.0版&lt;br/&gt;6.7. 复制特性和已知问题&lt;br/&gt;6.8. 复制启动选项&lt;br/&gt;6.9. 复制FAQ&lt;br/&gt;6.10. 复制故障诊断与排除&lt;br/&gt;6.11. 通报复制缺陷&lt;br/&gt;6.12. 多服务器复制中的Auto-Increment&lt;br/&gt;7. 优化&lt;br/&gt;7.1. 优化概述&lt;br/&gt;7.1.1. MySQL设计局限与折衷&lt;br/&gt;7.1.2. 为可移植性设计应用程序&lt;br/&gt;7.1.3. 我们已将MySQL用在何处？&lt;br/&gt;7.1.4. MySQL基准套件&lt;br/&gt;7.1.5. 使用自己的基准&lt;br/&gt;7.2. 优化SELECT语句和其它查询&lt;br/&gt;7.2.1. EXPLAIN语法（获取SELECT相关信息）&lt;br/&gt;7.2.2. 估计查询性能&lt;br/&gt;7.2.3. SELECT查询的速度&lt;br/&gt;7.2.4. MySQL怎样优化WHERE子句&lt;br/&gt;7.2.5. 范围优化&lt;br/&gt;7.2.6. 索引合并优化&lt;br/&gt;7.2.7. MySQL如何优化IS NULL&lt;br/&gt;7.2.8. MySQL如何优化DISTINCT&lt;br/&gt;7.2.9. MySQL如何优化LEFT JOIN和RIGHT JOIN&lt;br/&gt;7.2.10. MySQL如何优化嵌套Join&lt;br/&gt;7.2.11. MySQL如何简化外部联合&lt;br/&gt;7.2.12. MySQL如何优化ORDER BY&lt;br/&gt;7.2.13. MySQL如何优化GROUP BY&lt;br/&gt;7.2.14. MySQL如何优化LIMIT&lt;br/&gt;7.2.15. 如何避免表扫描&lt;br/&gt;7.2.16. INSERT语句的速度&lt;br/&gt;7.2.17. UPDATE语句的速度&lt;br/&gt;7.2.18. DELETE语句的速度&lt;br/&gt;7.2.19. 其它优化技巧&lt;br/&gt;7.3. 锁定事宜&lt;br/&gt;7.3.1. 锁定方法&lt;br/&gt;7.3.2. 表锁定事宜&lt;br/&gt;7.4. 优化数据库结构&lt;br/&gt;7.4.1. 设计选择&lt;br/&gt;7.4.2. 使你的数据尽可能小&lt;br/&gt;7.4.3. 列索引&lt;br/&gt;7.4.4. 多列索引&lt;br/&gt;7.4.5. MySQL如何使用索引&lt;br/&gt;7.4.6. MyISAM键高速缓冲&lt;br/&gt;7.4.7. MyISAM索引统计集合&lt;br/&gt;7.4.8. MySQL如何计算打开的表&lt;br/&gt;7.4.9. MySQL如何打开和关闭表&lt;br/&gt;7.4.10. 在同一个数据库中创建多个表的缺陷&lt;br/&gt;7.5. 优化MySQL服务器&lt;br/&gt;7.5.1. 系统因素和启动参数的调节&lt;br/&gt;7.5.2. 调节服务器参数&lt;br/&gt;7.5.3. 控制查询优化器的性能&lt;br/&gt;7.5.4. 编译和链接怎样影响MySQL的速度&lt;br/&gt;7.5.5. MySQL如何使用内存&lt;br/&gt;7.5.6. MySQL如何使用DNS&lt;br/&gt;7.6. 磁盘事宜&lt;br/&gt;7.6.1. 使用符号链接&lt;br/&gt;8. 客户端和实用工具程序&lt;br/&gt;8.1. 客户端脚本和实用工具概述&lt;br/&gt;8.2. myisampack：生成压缩、只读MyISAM表&lt;br/&gt;8.3. mysql：MySQL命令行工具&lt;br/&gt;8.3.1. 选项&lt;br/&gt;8.3.2. mysql命令&lt;br/&gt;8.3.3. 怎样从文本文件执行SQL语句&lt;br/&gt;8.3.4. mysql技巧&lt;br/&gt;8.4. mysqlaccess：用于检查访问权限的客户端&lt;br/&gt;8.5. mysqladmin：用于管理MySQL服务器的客户端&lt;br/&gt;8.6. mysqlbinlog：用于处理二进制日志文件的实用工具&lt;br/&gt;8.7. mysqlcheck：表维护和维修程序&lt;br/&gt;8.8. mysqldump：数据库备份程序&lt;br/&gt;8.9. mysqlhotcopy：数据库备份程序&lt;br/&gt;8.10. mysqlimport：数据导入程序&lt;br/&gt;8.11. mysqlshow－显示数据库、表和列信息&lt;br/&gt;8.12. myisamlog：显示MyISAM日志文件内容&lt;br/&gt;8.13. perror：解释错误代码&lt;br/&gt;8.14. replace：字符串替换实用工具&lt;br/&gt;8.15. mysql_zap：杀死符合某一模式的进程&lt;br/&gt;9. 语言结构&lt;br/&gt;9.1. 文字值&lt;br/&gt;9.1.1. 字符串&lt;br/&gt;9.1.2. 数值&lt;br/&gt;9.1.3. 十六进制值&lt;br/&gt;9.1.4. 布尔值&lt;br/&gt;9.1.5. 位字段值&lt;br/&gt;9.1.6. NULL值&lt;br/&gt;9.2. 数据库、表、索引、列和别名&lt;br/&gt;9.2.1. 识别符限制条件&lt;br/&gt;9.2.2. 识别符大小写敏感性&lt;br/&gt;9.3. 用户变量&lt;br/&gt;9.4. 系统变量&lt;br/&gt;9.4.1. 结构式系统变量&lt;br/&gt;9.5. 注释语法&lt;br/&gt;9.6. MySQL中保留字的处理&lt;br/&gt;10. 字符集支持&lt;br/&gt;10.1. 常规字符集和校对&lt;br/&gt;10.2. MySQL中的字符集和校对&lt;br/&gt;10.3. 确定默认字符集和校对&lt;br/&gt;10.3.1. 服务器字符集和校对&lt;br/&gt;10.3.2. 数据库字符集和校对&lt;br/&gt;10.3.3. 表字符集和校对&lt;br/&gt;10.3.4. 列字符集和校对&lt;br/&gt;10.3.5. 字符集和校对分配示例&lt;br/&gt;10.3.6. 连接字符集和校对&lt;br/&gt;10.3.7. 字符串文字字符集和校对&lt;br/&gt;10.3.8. 在SQL语句中使用COLLATE&lt;br/&gt;10.3.9. COLLATE子句优先&lt;br/&gt;10.3.10. BINARY操作符&lt;br/&gt;10.3.11. 校对确定较为复杂的一些特殊情况&lt;br/&gt;10.3.12. 校对必须适合字符集&lt;br/&gt;10.3.13. 校对效果的示例&lt;br/&gt;10.4. 字符集支持影响到的操作&lt;br/&gt;10.4.1. 结果字符串&lt;br/&gt;10.4.2. CONVERT()&lt;br/&gt;10.4.3. CAST()&lt;br/&gt;10.4.4. SHOW语句&lt;br/&gt;10.5. Unicode支持&lt;br/&gt;10.6. 用于元数据的UTF8&lt;br/&gt;10.7. 与其它DBMS的兼容性&lt;br/&gt;10.8. 新字符集配置文件格式&lt;br/&gt;10.9. 国家特有字符集&lt;br/&gt;10.10. MySQL支持的字符集和校对&lt;br/&gt;10.10.1. Unicode字符集&lt;br/&gt;10.10.2. 西欧字符集&lt;br/&gt;10.10.3. 中欧字符集&lt;br/&gt;10.10.4. 南欧与中东字符集&lt;br/&gt;10.10.5. 波罗的海字符集&lt;br/&gt;10.10.6. 西里尔字符集&lt;br/&gt;10.10.7. 亚洲字符集&lt;br/&gt;11. 列类型&lt;br/&gt;11.1. 列类型概述&lt;br/&gt;11.1.1. 数值类型概述&lt;br/&gt;11.1.2. 日期和时间类型概述&lt;br/&gt;11.1.3. 字符串类型概述&lt;br/&gt;11.2. 数值类型&lt;br/&gt;11.3. 日期和时间类型&lt;br/&gt;11.3.1. DATETIME、DATE和TIMESTAMP类型&lt;br/&gt;11.3.2. TIME类型&lt;br/&gt;11.3.3. YEAR类型&lt;br/&gt;11.3.4. Y2K事宜和日期类型&lt;br/&gt;11.4. String类型&lt;br/&gt;11.4.1. CHAR和VARCHAR类型&lt;br/&gt;11.4.2. BINARY和VARBINARY类型&lt;br/&gt;11.4.3. BLOB和TEXT类型&lt;br/&gt;11.4.4. ENUM类型&lt;br/&gt;11.4.5. SET类型&lt;br/&gt;11.5. 列类型存储需求&lt;br/&gt;11.6. 选择正确的列类型&lt;br/&gt;11.7. 使用来自其他数据库引擎的列类型&lt;br/&gt;12. 函数和操作符&lt;br/&gt;12.1. 操作符&lt;br/&gt;12.1.1. 操作符优先级&lt;br/&gt;12.1.2. 圆括号&lt;br/&gt;12.1.3. 比较函数和操作符&lt;br/&gt;12.1.4. 逻辑操作符&lt;br/&gt;12.2. 控制流程函数&lt;br/&gt;12.3. 字符串函数&lt;br/&gt;12.3.1. 字符串比较函数&lt;br/&gt;12.4. 数值函数&lt;br/&gt;12.4.1. 算术操作符&lt;br/&gt;12.4.2. 数学函数&lt;br/&gt;12.5. 日期和时间函数&lt;br/&gt;12.6. MySQL使用什么日历？&lt;br/&gt;12.7. 全文搜索功能&lt;br/&gt;12.7.1. 布尔全文搜索&lt;br/&gt;12.7.2. 全文搜索带查询扩展&lt;br/&gt;12.7.3. 全???停止字&lt;br/&gt;12.7.4. 全文限定条件&lt;br/&gt;12.7.5. 微调MySQL全文搜索&lt;br/&gt;12.8. Cast函数和操作符&lt;br/&gt;12.9. 其他函数&lt;br/&gt;12.9.1. 位函数&lt;br/&gt;12.9.2. 加密函数&lt;br/&gt;12.9.3. 信息函数&lt;br/&gt;12.9.4. 其他函数&lt;br/&gt;12.10. 与GROUP BY子句同时使用的函数和修改程序&lt;br/&gt;12.10.1. GROUP BY（聚合）函数&lt;br/&gt;12.10.2. GROUP BY修改程序&lt;br/&gt;12.10.3. 具有隐含字段的GROUP BY&lt;br/&gt;13. SQL语句语法&lt;br/&gt;13.1. 数据定义语句&lt;br/&gt;13.1.1. ALTER DATABASE语法&lt;br/&gt;13.1.2. ALTER TABLE语法&lt;br/&gt;13.1.3. CREATE DATABASE语法&lt;br/&gt;13.1.4. CREATE INDEX语法&lt;br/&gt;13.1.5. CREATE TABLE语法&lt;br/&gt;13.1.6. DROP DATABASE语法&lt;br/&gt;13.1.7. DROP INDEX语法&lt;br/&gt;13.1.8. DROP TABLE语法&lt;br/&gt;13.1.9. RENAME TABLE语法&lt;br/&gt;13.2. 数据操作语句&lt;br/&gt;13.2.1. DELETE语法&lt;br/&gt;13.2.2. DO语法&lt;br/&gt;13.2.3. HANDLER语法&lt;br/&gt;13.2.4. INSERT语法&lt;br/&gt;13.2.5. LOAD DATA INFILE语法&lt;br/&gt;13.2.6. REPLACE语法&lt;br/&gt;13.2.7. SELECT语法&lt;br/&gt;13.2.8. Subquery语法&lt;br/&gt;13.2.9. TRUNCATE语法&lt;br/&gt;13.2.10. UPDATE语法&lt;br/&gt;13.3. MySQL实用工具语句&lt;br/&gt;13.3.1. DESCRIBE语法（获取有关列的信息）&lt;br/&gt;13.3.2. USE语法&lt;br/&gt;13.4. MySQL事务处理和锁定语句&lt;br/&gt;13.4.1. START TRANSACTION, COMMIT和ROLLBACK语法&lt;br/&gt;13.4.2. 不能回滚的语句&lt;br/&gt;13.4.3. 会造成隐式提交的语句&lt;br/&gt;13.4.4. SAVEPOINT和ROLLBACK TO SAVEPOINT语法&lt;br/&gt;13.4.5. LOCK TABLES和UNLOCK TABLES语法&lt;br/&gt;13.4.6. SET TRANSACTION语法&lt;br/&gt;13.4.7. XA事务&lt;br/&gt;13.5. 数据库管理语句&lt;br/&gt;13.5.1. 账户管理语句&lt;br/&gt;13.5.2. 表维护语句&lt;br/&gt;13.5.3. SET语法&lt;br/&gt;13.5.4. SHOW语法&lt;br/&gt;13.5.5. 其它管理语句&lt;br/&gt;13.6. 复制语句&lt;br/&gt;13.6.1. 用于控制主服务器的SQL语句&lt;br/&gt;13.6.2. 用于控制从服务器的SQL语句&lt;br/&gt;13.7. 用于预处理语句的SQL语法&lt;br/&gt;14. 插件式存储引擎体系结构&lt;br/&gt;14.1. 前言&lt;br/&gt;14.2. 概述&lt;br/&gt;14.3. 公共MySQL数据库服务器层&lt;br/&gt;14.4. 选择存储引擎&lt;br/&gt;14.5. 将存储引擎指定给表&lt;br/&gt;14.6. 存储引擎和事务&lt;br/&gt;14.7. 插入存储引擎&lt;br/&gt;14.8. 拔出存储引擎&lt;br/&gt;14.9. 插件式存储器的安全含义&lt;br/&gt;15. 存储引擎和表类型&lt;br/&gt;15.1. MyISAM存储引擎&lt;br/&gt;15.1.1. MyISAM启动选项&lt;br/&gt;15.1.2. 键所需的空间&lt;br/&gt;15.1.3. MyISAM表的存储格式&lt;br/&gt;15.1.4. MyISAM表方面的问题&lt;br/&gt;15.2. InnoDB存储引擎&lt;br/&gt;15.2.1. InnoDB概述&lt;br/&gt;15.2.2. InnoDB联系信息&lt;br/&gt;15.2.3. InnoDB配置&lt;br/&gt;15.2.4. InnoDB启动选项&lt;br/&gt;15.2.5. 创建InnoDB表空间&lt;br/&gt;15.2.6. 创建InnoDB表&lt;br/&gt;15.2.7. 添加和删除InnoDB数据和日志文件&lt;br/&gt;15.2.8. InnoDB数据库的备份和恢复&lt;br/&gt;15.2.9. 将InnoDB数据库移到另一台机器上&lt;br/&gt;15.2.10. InnoDB事务模型和锁定&lt;br/&gt;15.2.11. InnoDB性能调节提示&lt;br/&gt;15.2.12. 多版本的实施&lt;br/&gt;15.2.13. 表和索引结构&lt;br/&gt;15.2.14. 文件空间管理和磁盘I/O&lt;br/&gt;15.2.15. InnoDB错误处理&lt;br/&gt;15.2.16. 对InnoDB表的限制&lt;br/&gt;15.2.17. InnoDB故障诊断与排除&lt;br/&gt;15.3. MERGE存储引擎&lt;br/&gt;15.3.1. MERGE表方面的问题&lt;br/&gt;15.4. MEMORY (HEAP)存储引擎&lt;br/&gt;15.5. BDB (BerkeleyDB)存储引擎&lt;br/&gt;15.5.1. BDB支持的操作系统&lt;br/&gt;15.5.2. 安装BDB&lt;br/&gt;15.5.3. BDB启动选项&lt;br/&gt;15.5.4. BDB表的特性&lt;br/&gt;15.5.5. 修改BDB所需的事宜&lt;br/&gt;15.5.6. 对BDB表的限制&lt;br/&gt;15.5.7. 使用BDB表时可能出现的错误&lt;br/&gt;15.6. EXAMPLE存储引擎&lt;br/&gt;15.7. FEDERATED存储引擎&lt;br/&gt;15.7.1. 安装FEDERATED存储引擎&lt;br/&gt;15.7.2. FEDERATED存储引擎介绍&lt;br/&gt;15.7.3. 如何使用FEDERATED表&lt;br/&gt;15.7.4. FEDERATED存储引擎的局限性&lt;br/&gt;15.8. ARCHIVE存储引擎&lt;br/&gt;15.9. CSV存储引擎&lt;br/&gt;15.10. BLACKHOLE存储引擎&lt;br/&gt;16. 编写自定义存储引擎&lt;br/&gt;16.1. 前言&lt;br/&gt;16.2. 概述&lt;br/&gt;16.3. 创建存储引擎源文件&lt;br/&gt;16.4. 创建handlerton&lt;br/&gt;16.5. 对处理程序进行实例化处理&lt;br/&gt;16.6. 定义表扩展&lt;br/&gt;16.7. 创建表&lt;br/&gt;16.8. 打开表&lt;br/&gt;16.9. 实施基本的表扫描功能&lt;br/&gt;16.9.1. 实施store_lock()函数&lt;br/&gt;16.9.2. 实施external_lock()函数&lt;br/&gt;16.9.3. 实施rnd_init()函数&lt;br/&gt;16.9.4. 实施info()函数&lt;br/&gt;16.9.5. 实施extra()函数&lt;br/&gt;16.9.6. 实施rnd_next()函数&lt;br/&gt;16.10. 关闭表&lt;br/&gt;16.11. 为存储引擎添加对INSERT的支持&lt;br/&gt;16.12. 为存储引擎添加对UPDATE的支持&lt;br/&gt;16.13. 为存储引擎添加对DELETE的支持&lt;br/&gt;16.14. API引用&lt;br/&gt;16.14.1. bas_ext&lt;br/&gt;16.14.2. close&lt;br/&gt;16.14.3. create&lt;br/&gt;16.14.4. delete_row&lt;br/&gt;16.14.5. delete_table&lt;br/&gt;16.14.6. external_lock&lt;br/&gt;16.14.7. extra&lt;br/&gt;16.14.8. info&lt;br/&gt;16.14.9. open&lt;br/&gt;16.14.10. rnd_init&lt;br/&gt;16.14.11. rnd_next&lt;br/&gt;16.14.12. store_lock&lt;br/&gt;16.14.13. update_row&lt;br/&gt;16.14.14. write_row&lt;br/&gt;17. MySQL簇&lt;br/&gt;17.1. MySQL簇概述&lt;br/&gt;17.2. MySQL簇的基本概念&lt;br/&gt;17.3. 多计算机的简单基础知识&lt;br/&gt;17.3.1. 硬件、软件和联网&lt;br/&gt;17.3.2. 安装&lt;br/&gt;17.3.3. 配置&lt;br/&gt;17.3.4. 首次启动&lt;br/&gt;17.3.5. 加载示例数据并执行查询&lt;br/&gt;17.3.6. 安全关闭和重启&lt;br/&gt;17.4. MySQL簇的配置&lt;br/&gt;17.4.1. 从源码创建MySQL簇&lt;br/&gt;17.4.2. 安装软件&lt;br/&gt;17.4.3. MySQL簇的快速测试设置&lt;br/&gt;17.4.4. 配置文件&lt;br/&gt;17.5. MySQL簇中的进程管理&lt;br/&gt;17.5.1. 用于MySQL簇的MySQL服务器进程使用&lt;br/&gt;17.5.2. ndbd，存储引擎节点进程&lt;br/&gt;17.5.3. ndb_mgmd，“管理服务器”进程&lt;br/&gt;17.5.4. ndb_mgm，“管理客户端”进程&lt;br/&gt;17.5.5. 用于MySQL簇进程的命令选项&lt;br/&gt;17.6. MySQL簇的管理&lt;br/&gt;17.6.1. MySQL簇的启动阶段&lt;br/&gt;17.6.2. “管理客户端”中的命令&lt;br/&gt;17.6.3. MySQL簇中生成的事件报告&lt;br/&gt;17.6.4. 单用户模式&lt;br/&gt;17.6.5. MySQL簇的联机备份&lt;br/&gt;17.7. 使用与MySQL簇的高速互连&lt;br/&gt;17.7.1. 配置MySQL簇以使用SCI套接字&lt;br/&gt;17.7.2. 理解簇互连的影响&lt;br/&gt;17.8. MySQL簇的已知限制&lt;br/&gt;17.9. MySQL簇发展的重要历程&lt;br/&gt;17.9.1. MySQL 5.0中的MySQL簇变化&lt;br/&gt;17.9.2. 关于MySQL簇的MySQL 5.1发展历程&lt;br/&gt;17.10. MySQL簇常见问题解答&lt;br/&gt;17.11. MySQL簇术语表&lt;br/&gt;18. 分区&lt;br/&gt;18.1. MySQL中的分区概述&lt;br/&gt;18.2. 分区类型&lt;br/&gt;18.2.1. RANGE分区&lt;br/&gt;18.2.2. LIST分区&lt;br/&gt;18.2.3. HASH分区&lt;br/&gt;18.2.4. KEY分区&lt;br/&gt;18.2.5. 子分区&lt;br/&gt;18.2.6. MySQL分区处理NULL值的方式&lt;br/&gt;18.3. 分区管理&lt;br/&gt;18.3.1. RANGE和LIST分区的管理&lt;br/&gt;18.3.2. HASH和KEY分区的管理&lt;br/&gt;18.3.3. 分区维护&lt;br/&gt;18.3.4. 获取关于分区的信息&lt;br/&gt;19. MySQL中的空间扩展&lt;br/&gt;19.1. 前言&lt;br/&gt;19.2. OpenGIS几何模型&lt;br/&gt;19.2.1. Geometry类的层次&lt;br/&gt;19.2.2. 类Geometry&lt;br/&gt;19.2.3. 类Point&lt;br/&gt;19.2.4. 类Curve&lt;br/&gt;19.2.5. 类LineString&lt;br/&gt;19.2.6. 类Surface&lt;br/&gt;19.2.7. 类Polygon&lt;br/&gt;19.2.8. 类GeometryCollection&lt;br/&gt;19.2.9. 类MultiPoint&lt;br/&gt;19.2.10. 类MultiCurve&lt;br/&gt;19.2.11. 类MultiLineString&lt;br/&gt;19.2.12. 类MultiSurface&lt;br/&gt;19.2.13. 类MultiPolygon&lt;br/&gt;19.3. 支持的空间数据格式&lt;br/&gt;19.3.1. 著名的文本(WKT)格式&lt;br/&gt;19.3.2. 著名的二进制(WKB)格式&lt;br/&gt;19.4. 创建具备空间功能的MySQL数据库&lt;br/&gt;19.4.1. MySQL空间数据类型&lt;br/&gt;19.4.2. 创建空间值&lt;br/&gt;19.4.3. 创建空间列&lt;br/&gt;19.4.4. 填充空间列&lt;br/&gt;19.4.5. 获取空间数据&lt;br/&gt;19.5. 分析空间信息&lt;br/&gt;19.5.1. Geometry格式转换函数&lt;br/&gt;19.5.2. Geometry函数&lt;br/&gt;19.5.3. 从已有Geometry创建新Geometry的函数&lt;br/&gt;19.5.4. 测试几何对象间空间关系的函数&lt;br/&gt;19.5.5. 关于几何最小边界矩形（MBR）的关系&lt;br/&gt;19.5.6. 测试几何类之间空间关系的函数&lt;br/&gt;19.6. 优化空间分析&lt;br/&gt;19.6.1. 创建空间索引&lt;br/&gt;19.6.2. 使用空间索引&lt;br/&gt;19.7. MySQL的一致性和兼容性&lt;br/&gt;19.7.1. 尚未实施的GIS特性&lt;br/&gt;20. 存储程序和函数&lt;br/&gt;20.1. 存储程序和授权表&lt;br/&gt;20.2. 存储程序的语法&lt;br/&gt;20.2.1. CREATE PROCEDURE和CREATE FUNCTION&lt;br/&gt;20.2.2. ALTER PROCEDURE和ALTER FUNCTION&lt;br/&gt;20.2.3. DROP PROCEDURE和DROP FUNCTION&lt;br/&gt;20.2.4. SHOW CREATE PROCEDURE和SHOW CREATE FUNCTION&lt;br/&gt;20.2.5. SHOW PROCEDURE STATUS和SHOW FUNCTION STATUS&lt;br/&gt;20.2.6. CALL语句&lt;br/&gt;20.2.7. BEGIN ... END复合语句&lt;br/&gt;20.2.8. DECLARE语句&lt;br/&gt;20.2.9. 存储程序中的变量&lt;br/&gt;20.2.10. 条件和处理程序&lt;br/&gt;20.2.11. 光标&lt;br/&gt;20.2.12. 流程控制构造&lt;br/&gt;20.3. 存储程序、函数、触发程序和复制：常见问题&lt;br/&gt;20.4. 存储子程序和触发程序的二进制日志功能&lt;br/&gt;21. 触发程序&lt;br/&gt;21.1. CREATE TRIGGER语法&lt;br/&gt;21.2. DROP TRIGGER语法&lt;br/&gt;21.3. 使用触发程序&lt;br/&gt;22. 视图&lt;br/&gt;22.1. ALTER VIEW语法&lt;br/&gt;22.2. CREATE VIEW语法&lt;br/&gt;22.3. DROP VIEW语法&lt;br/&gt;22.4. SHOW CREATE VIEW语法&lt;br/&gt;23. INFORMATION_SCHEMA信息数据库&lt;br/&gt;23.1. INFORMATION_SCHEMA表&lt;br/&gt;23.1.1. INFORMATION_SCHEMA SCHEMATA表&lt;br/&gt;23.1.2. INFORMATION_SCHEMA TABLES表&lt;br/&gt;23.1.3. INFORMATION_SCHEMA COLUMNS表&lt;br/&gt;23.1.4. INFORMATION_SCHEMA STATISTICS表&lt;br/&gt;23.1.5. INFORMATION_SCHEMA USER_PRIVILEGES表&lt;br/&gt;23.1.6. INFORMATION_SCHEMA SCHEMA_PRIVILEGES表&lt;br/&gt;23.1.7. INFORMATION_SCHEMA TABLE_PRIVILEGES表&lt;br/&gt;23.1.8. INFORMATION_SCHEMA COLUMN_PRIVILEGES表&lt;br/&gt;23.1.9. INFORMATION_SCHEMA CHARACTER_SETS表&lt;br/&gt;23.1.10. INFORMATION_SCHEMA COLLATIONS表&lt;br/&gt;23.1.11. INFORMATION_SCHEMA COLLATION_CHARACTER_SET_APPLICABILITY表&lt;br/&gt;23.1.12. INFORMATION_SCHEMA TABLE_CONSTRAINTS表&lt;br/&gt;23.1.13. INFORMATION_SCHEMA KEY_COLUMN_USAGE表&lt;br/&gt;23.1.14. INFORMATION_SCHEMA ROUTINES表&lt;br/&gt;23.1.15. INFORMATION_SCHEMA VIEWS表&lt;br/&gt;23.1.16. INFORMATION_SCHEMA TRIGGERS表&lt;br/&gt;23.1.17. 其他INFORMATION_SCHEMA表&lt;br/&gt;23.2. SHOW语句的扩展&lt;br/&gt;24. 精度数学&lt;br/&gt;24.1. 数值的类型&lt;br/&gt;24.2. DECIMAL数据类型更改&lt;br/&gt;24.3. 表达式处理&lt;br/&gt;24.4. 四舍五入&lt;br/&gt;24.5. 精度数学示例&lt;br/&gt;25. API和库&lt;br/&gt;25.1. libmysqld，嵌入式MySQL服务器库&lt;br/&gt;25.1.1. 嵌入式MySQL服务器库概述&lt;br/&gt;25.1.2. 使用libmysqld编译程序&lt;br/&gt;25.1.3. 使用嵌入式MySQL服务器时的限制&lt;br/&gt;25.1.4. 与嵌入式服务器一起使用的选项&lt;br/&gt;25.1.5. 嵌入式服务器中尚需完成的事项(TODO)&lt;br/&gt;25.1.6. 嵌入式服务器示例&lt;br/&gt;25.1.7. 嵌入式服务器的许可&lt;br/&gt;25.2. MySQL C API&lt;br/&gt;25.2.1. C API数据类型&lt;br/&gt;25.2.2. C API函数概述&lt;br/&gt;25.2.3. C API函数描述&lt;br/&gt;25.2.4. C API预处理语句&lt;br/&gt;25.2.5. C API预处理语句的数据类型&lt;br/&gt;25.2.6. C API预处理语句函数概述&lt;br/&gt;25.2.7. C API预处理语句函数描述&lt;br/&gt;25.2.8. C API预处理语句方面的问题&lt;br/&gt;25.2.9. 多查询执行的C API处理&lt;br/&gt;25.2.10. 日期和时间值的C API处理&lt;br/&gt;25.2.11. C API线程函数介绍&lt;br/&gt;25.2.12. C API嵌入式服务器函数介绍&lt;br/&gt;25.2.13. 使用C API时的常见问题&lt;br/&gt;25.2.14. 创建客户端程序&lt;br/&gt;25.2.15. 如何生成线程式客户端&lt;br/&gt;25.3. MySQL PHP API&lt;br/&gt;25.3.1. 使用MySQL和PHP的常见问题&lt;br/&gt;25.4. MySQL Perl API&lt;br/&gt;25.5. MySQL C++ API&lt;br/&gt;25.5.1. Borland C++&lt;br/&gt;25.6. MySQL Python API&lt;br/&gt;25.7. MySQL Tcl API&lt;br/&gt;25.8. MySQL Eiffel Wrapper&lt;br/&gt;25.9. MySQL程序开发实用工具&lt;br/&gt;25.9.1. msql2mysql：转换mSQL程序以用于MySQL&lt;br/&gt;25.9.2. mysql_config：获取编译客户端的编译选项&lt;br/&gt;26. 连接器&lt;br/&gt;26.1. MySQL Connector/ODBC&lt;br/&gt;26.1.1. MyODBC介绍&lt;br/&gt;26.1.2. 关于ODBC和MyODBC的一般信息&lt;br/&gt;26.1.3. 如何安装MyODBC&lt;br/&gt;26.1.4. 在Windows平台上从二进制版本安装MyODBC&lt;br/&gt;26.1.5. I在Unix平台上从二进制版本安装MyODBC &lt;br/&gt;26.1.6. 在Windows平台上从源码版本安装MyODBC&lt;br/&gt;26.1.7. 在Unix平台上从源码版本安装MyODBC &lt;br/&gt;26.1.8. 从BitKeeper开发源码树安装MyODBC&lt;br/&gt;26.1.9. MyODBC配置&lt;br/&gt;26.1.10. 与MyODBC连接相关的事宜&lt;br/&gt;26.1.11. MyODBC和Microsoft Access&lt;br/&gt;26.1.12. MyODBC和Microsoft VBA及ASP&lt;br/&gt;26.1.13. MyODBC和第三方ODBC工具&lt;br/&gt;26.1.14. MyODBC通用功能&lt;br/&gt;26.1.15. 基本的MyODBC应用步骤&lt;br/&gt;26.1.16. MyODBC API引用&lt;br/&gt;26.1.17. MyODBC数据类型&lt;br/&gt;26.1.18. MyODBC错误代码&lt;br/&gt;26.1.19. MyODBC与VB：ADO、DAO和RDO&lt;br/&gt;26.1.20. MyODBC与Microsoft.NET&lt;br/&gt;26.1.21. 感谢&lt;br/&gt;26.2. MySQL Connector/NET&lt;br/&gt;26.2.1. 前言&lt;br/&gt;26.2.2. 下载并安装MySQL Connector/NET&lt;br/&gt;26.2.3. Connector/NET体系结构&lt;br/&gt;26.2.4. 使用MySQL Connector/NET&lt;br/&gt;26.2.5. MySQL Connector/NET变更史&lt;br/&gt;26.3. MySQL Connector/J&lt;br/&gt;26.3.1. 基本的JDBC概念&lt;br/&gt;26.3.2. 安装 Connector/J&lt;br/&gt;26.3.3. JDBC引用&lt;br/&gt;26.3.4. 与J2EE和其他Java框架一起使用 Connector/J&lt;br/&gt;26.3.5. 诊断 Connector/J方面的问题&lt;br/&gt;26.3.6. Changelog&lt;br/&gt;26.4. MySQL Connector/MXJ&lt;br/&gt;26.4.1. 前言&lt;br/&gt;26.4.2. 支持平台：&lt;br/&gt;26.4.3. Junit测试要求&lt;br/&gt;26.4.4. 运行Junit测试&lt;br/&gt;26.4.5. 作为JDBC驱动程序的一部分运行&lt;br/&gt;26.4.6. 在Java对象中运行&lt;br/&gt;26.4.7. MysqldResource API&lt;br/&gt;26.4.8. 在JMX代理(custom)中运行&lt;br/&gt;26.4.9. 部署在标准的JMX代理环境下 (JBoss)&lt;br/&gt;26.4.10. 安装&lt;br/&gt;27. 扩展MySQL&lt;br/&gt;27.1. MySQL内部控件&lt;br/&gt;27.1.1. MySQL线程&lt;br/&gt;27.1.2. MySQL测试套件&lt;br/&gt;27.2. 为MySQL添加新函数&lt;br/&gt;27.2.1. 自定义函数接口的特性&lt;br/&gt;27.2.2. CREATE FUNCTION/DROP FUNCTION语法&lt;br/&gt;27.2.3. 添加新的自定义函数&lt;br/&gt;27.2.4. 添加新的固有函数&lt;br/&gt;27.3. 为MySQL添加新步骤&lt;br/&gt;27.3.1. 步骤分析&lt;br/&gt;27.3.2. 编写步骤&lt;br/&gt;A. 问题和常见错误&lt;br/&gt;A.1. 如何确定导致问题的原因&lt;br/&gt;A.2. 使用MySQL程序时的常见错误&lt;br/&gt;A.2.1. 拒绝访问&lt;br/&gt;A.2.2. 无法连接到[local] MySQL服务器&lt;br/&gt;A.2.3. 客户端不支持鉴定协议&lt;br/&gt;A.2.4. 输入密码时出现密码错误&lt;br/&gt;A.2.5. 主机的host_name被屏蔽&lt;br/&gt;A.2.6. 连接数过多&lt;br/&gt;A.2.7. 内存溢出&lt;br/&gt;A.2.8. MySQL服务器不可用&lt;br/&gt;A.2.9. 信息包过大&lt;br/&gt;A.2.10. 通信错误和失效连接&lt;br/&gt;A.2.11. 表已满&lt;br/&gt;A.2.12. 无法创建文件／写入文件&lt;br/&gt;A.2.13. 命令不同步&lt;br/&gt;A.2.14. 忽略用户&lt;br/&gt;A.2.15. 表tbl_name不存在&lt;br/&gt;A.2.16. 无法初始化字符集&lt;br/&gt;A.2.17. 文件未找到&lt;br/&gt;A.3. 与安装有关的事宜&lt;br/&gt;A.3.1. 与MySQL客户端库的链接问题&lt;br/&gt;A.3.2. 如何以普通用户身份运行MySQL&lt;br/&gt;A.3.3. 与文件许可有关的问题&lt;br/&gt;A.4. 与管理有关的事宜&lt;br/&gt;A.4.1. 如何复位根用户密码&lt;br/&gt;A.4.2. 如果MySQL依然崩溃，应作些什么&lt;br/&gt;A.4.3. MySQL处理磁盘满的方式&lt;br/&gt;A.4.4. MySQL将临时文件储存在哪里&lt;br/&gt;A.4.5. 如何保护或更改MySQL套接字文件/tmp/mysql.sock&lt;br/&gt;A.4.6. 时区问题&lt;br/&gt;A.5. 与查询有关的事宜&lt;br/&gt;A.5.1. 搜索中的大小写敏感性&lt;br/&gt;A.5.2. 使用DATE列方面的问题&lt;br/&gt;A.5.3. 与NULL值有关的问题&lt;br/&gt;A.5.4. 与列别名有关的问题&lt;br/&gt;A.5.5. 非事务表回滚失败&lt;br/&gt;A.5.6. 从相关表删除行&lt;br/&gt;A.5.7. 解决与不匹配行有关的问题&lt;br/&gt;A.5.8. 与浮点比较有关的问题&lt;br/&gt;A.6. 与优化器有关的事宜&lt;br/&gt;A.7. 与表定义有关的事宜&lt;br/&gt;A.7.1. 与ALTER TABLE有关的问题&lt;br/&gt;A.7.2. 如何更改表中的列顺序&lt;br/&gt;A.7.3. TEMPORARY TABLE问题&lt;br/&gt;A.8. MySQL中的已知事宜&lt;br/&gt;A.8.1. MySQL中的打开事宜&lt;br/&gt;B. 错误代码和消息&lt;br/&gt;B.1. 服务器错误代码和消息&lt;br/&gt;B.2. 客户端错误代码和消息&lt;br/&gt;C. 感谢&lt;br/&gt;C.1. MySQL AB处的开发人&lt;br/&gt;C.2. MySQL贡献人&lt;br/&gt;C.3. 资料员和译员&lt;br/&gt;C.4. MySQL使用和包含的库&lt;br/&gt;C.5. 支持MySQL的软件包&lt;br/&gt;C.6. 用于创建MySQL的工具&lt;br/&gt;C.7. MySQL支持人员&lt;br/&gt;D. MySQL变更史&lt;br/&gt;D.1. 5.1.x版中的变更情况（开发）&lt;br/&gt;D.1.1. 5.1.2版中的变更情况（尚未发布）&lt;br/&gt;D.1.2. 5.1.1版中的变更情况（尚未发布）&lt;br/&gt;D.2. MyODBC的变更情况&lt;br/&gt;D.2.1. MyODBC 3.51.12的变更情况&lt;br/&gt;D.2.2. MyODBC 3.51.11的变更情况&lt;br/&gt;E. 移植到其他系统&lt;br/&gt;E.1. 调试MySQL服务器&lt;br/&gt;E.1.1. 针对调试编译MySQL&lt;br/&gt;E.1.2. 创建跟踪文件&lt;br/&gt;E.1.3. 在gdb环境下调试mysqld&lt;br/&gt;E.1.4. 使用堆栈跟踪&lt;br/&gt;E.1.5. 使用日志文件找出mysqld中的错误原因&lt;br/&gt;E.1.6. 如果出现表崩溃，请生成测试案例&lt;br/&gt;E.2. 调试MySQL客户端&lt;br/&gt;E.3. DBUG软件包&lt;br/&gt;E.4. 关于RTS线程的注释&lt;br/&gt;E.5. 线程软件包之间的差异&lt;br/&gt;F. 环境变量&lt;br/&gt;G. MySQL正则表达式&lt;br/&gt;H. MySQL中的限制&lt;br/&gt;H.1. 联合的限制&lt;br/&gt;I. 特性限制&lt;br/&gt;I.1. 对存储子程序和触发程序的限制&lt;br/&gt;I.2. 对服务器端光标的限制&lt;br/&gt;I.3. 对子查询的限制&lt;br/&gt;I.4. 对视图的限制&lt;br/&gt;I.5. 对XA事务的限制&lt;br/&gt;J. GNU通用公共许可&lt;br/&gt;K. MySQL FLOSS许可例外&lt;br/&gt;索引&lt;br/&gt;图形清单&lt;br/&gt;&lt;br/&gt;14.1. MySQL插件式存储引擎的体系结构&lt;br/&gt;14.2. 存储引擎比较&lt;br/&gt;16.1. MySQL体系结构&lt;br/&gt;表格清单&lt;br/&gt;&lt;br/&gt;26.1. 连接属性&lt;br/&gt;26.2. 转换表&lt;br/&gt;26.3. 用于ResultSet.getObject()的MySQL类型和Java类型&lt;br/&gt;26.4. MySQL对Java编码名称的翻译&lt;br/&gt;示例清单&lt;br/&gt;&lt;br/&gt;26.1. 从DriverManager获得连接&lt;br/&gt;26.2. 使用java.sql.Statement执行SELECT查询&lt;br/&gt;26.3. 存储程序示例&lt;br/&gt;26.4. 使用Connection.prepareCall()&lt;br/&gt;26.5. 注册输出参数&lt;br/&gt;26.6. 设置CallableStatement输入参数&lt;br/&gt;26.7. 检索结果和输出参数值&lt;br/&gt;26.8. 使用Statement.getGeneratedKeys()检索AUTO_INCREMENT列的值&lt;br/&gt;26.9. 使用SELECT LAST_INSERT_ID()检索AUTO_INCREMENT列的值&lt;br/&gt;26.10. 在可更新的ResultSets中检索AUTO_INCREMENT列的值&lt;br/&gt;26.11. 设置Unix环境下的CLASSPATH&lt;br/&gt;26.12. 与J2EE应用服务器一起使用连接池&lt;br/&gt;26.13. 重试逻辑的事务示例&lt;br/&gt;</description><pubDate>2007-08-30 22:33:44</pubDate></item>
<item><title>Sams Teach Yourself MySQL In 24 Hours</title><link>http://www.netyi.net/training/d699f4e7-d7c8-4de5-91fa-60eafb742457</link><description>Sams Teach Yourself MySQL In 24 Hours teaches you everything from basic installation to using MySQL in Web application development.&lt;br/&gt;&lt;br/&gt;First, the basic concepts of database design are taught, and then you jump right into planning and creating a database. The book then walks you through all the basics of using MySQL - working with tables and data, using MySQL's query functions, using transactions, and database administration - before you finally learn to put everything together to properly create the foundation for a Web-based application.&lt;br/&gt;&lt;br/&gt;</description><pubDate>2007-08-22 13:27:05</pubDate></item>
<item><title>MySQL网络数据库指南已绝版</title><link>http://www.netyi.net/training/9a74e983-bea7-4d47-8474-82406b1f8434</link><description>MySQL 是完全网络化的跨平台关系型数据库系统，同时是具有客户机/服务器体系结构的分布式数据库管理系统。它具有功能强、使用简便、管理方便、运行速度快、安全可靠性强等优点，用户可利用许多语言编写访问MySQL 数据库的程序，另外，MySQL在UNIX等操作系统上是免费的，在Windows操作系统上，可免费使用其客户机程序和客户机程序库。 本书通过两个实例，详细介绍了MySQL的基本概念、基本技巧、编程方法、管理特点，以及第三方工具（如PHP和Perl）的使用方法。本书还提供了大量与MySQL有关的因特网站点，以及获得MySQL的技术支持方法。 本书适合数据库、网络开发与管理等人员参考。&lt;br/&gt;</description><pubDate>2007-08-13 14:54:28</pubDate></item>
<item><title>Apress.JDBC.Metadata.MySQL.and.Oracle.Recipes.A.Problem.Solution.Approach.Mar.2006</title><link>http://www.netyi.net/training/c28d9aa6-cc54-45fb-9aca-3f4de5b843fc</link><description /><pubDate>2007-07-03 13:34:18</pubDate></item>
<item><title>逐步精通数据库MYSQL视频</title><link>http://www.netyi.net/training/98a5f5f7-7934-457c-b263-74d6f14cf9ff</link><description /><pubDate>2007-07-02 11:51:53</pubDate></item>
<item><title>mysql 5 中文文档</title><link>http://www.netyi.net/training/167165e7-6098-43ba-b757-33c9a8f7f0aa</link><description>mysql 5 中文文档，学习必备</description><pubDate>2007-06-25 01:03:37</pubDate></item>
<item><title>Creating your MySQL Database</title><link>http://www.netyi.net/training/204bc919-35ca-4229-8d0f-3e22bf97a922</link><description>This book is an innovative and essential short guide for everyone on how to structure your data and set-up your MySQL database tables efficiently and easily. If you're creating a dynamic web application using open-source tools, then you're probably going to be setting up a MySQL database. Getting the design of this database right for your application and its data is vital, but it's often an intimidating and little-known process for non-developers and developers alike. Written by the creator of the popular phpMyAdmin tool, this book is a short but complete guide on how to design good data structures for MySQL. For most of us, setting up the database for an application is often an afterthought. While you don't need to be a professional database designer to create a working application, knowing a few insider tips and techniques can make both the process easier and the end result much more effective. This book doesn't set out to make you an expert in data analysis, but it does provide a quick and easy way to raise your game in this essential part of getting your application right. The book covers: Asking users the right questions to collect relevant data for the system you are building Detecting bad structures Sound data-naming techniques, for both table and column names Modeling data with future growth in mind Implementing security policies with data privileges and views Tuning the structure for performance Producing system documentation (data dictionary, relational schema) Testing the model with appropriate SQL queries This book takes a practical approach, implementing all theoretical concepts with examples. It is a fast-paced tutorial that focuses on critical decisions that you need to make every time you build MySQL databases. It is rich with tips and advice from an experienced practitioner. The book is ideal for anyone working with applications that use a MySQL database backend will benefit greatly from the advice and techniques in this book. Although a working knowledge of both SQL and MySQL is assumed, the book is suitable for both beginners and intermediate users alike. Whether you read it through and absorb the advice or work through it on a live project, the efficiency and maintainability of your databases will certainly improve as a result. Chapter 1: Introduction Chapter 2: Data Collection Chapter 3: Data Naming Chapter 4: Data Grouping Chapter 5: Data Structure Tuning Chapter 6: Case Study: An Airline System</description><pubDate>2007-06-22 13:56:32</pubDate></item>
<item><title>MySQL5 中文参考手册</title><link>http://www.netyi.net/training/f425a76d-43d2-4353-bafa-572a32dfb14f</link><description>这是MySQL参考手册的翻译版本，关于MySQL参考手册。这是MySQL参考手册 它涉及MySQL 5.1至5.1.2-alpha版本。 文档生成于： 2005-11-15 </description><pubDate>2007-06-22 11:22:14</pubDate></item>
<item><title>MySQL 5.1官方简体中文参考手册</title><link>http://www.netyi.net/training/ba0be2ba-0c06-4d42-9d89-c809b2342faf</link><description>详细介绍了mysql的各种信息</description><pubDate>2007-06-19 19:17:04</pubDate></item>
<item><title>MySQL Crash Course</title><link>http://www.netyi.net/training/d49f431c-d2b3-4101-bc0b-79e79c5688e5</link><description> &lt;br/&gt;If you are a MySQL user who wants to find out more about the program, but is not interested in becoming a database administrator just to be able to read books on MySQL, then MySQL Crash Course is for you. This tutorial-based book is organized into a series of short, easy-to-follow lessons that take a very hands-on approach to meeting the needs of the average MySQL user. The essentials of MySQL are taught through a series of self-paced lessons in which you will complete exercises that illustrate the most important aspects of MySQL. You will learn how to:&lt;br/&gt;&lt;br/&gt;Use the MySQL toolset.&lt;br/&gt;&lt;br/&gt;Use the aggregate functions to analyze data.&lt;br/&gt;&lt;br/&gt;Perform insert, update and delete operations.&lt;br/&gt;&lt;br/&gt;Combine queries using unions.&lt;br/&gt;&lt;br/&gt;Create and modify tables and access table schemas.&lt;br/&gt;&lt;br/&gt;Manage databases, users and security privileges.&lt;br/&gt;&lt;br/&gt;Don't get bogged down in the database theory and relational design of other MySQL books. Let SQL Crash Course teach you what you need to know, when you need to know it, so you can quickly get on your way with MySQL.&lt;br/&gt;</description><pubDate>2007-06-19 07:14:08</pubDate></item>
<item><title>PowerDesigner实用使用教程.chm</title><link>http://www.netyi.net/training/4e726073-da65-4bb5-ad0b-a1e5ced0e1ad</link><description>很不错的一份资料</description><pubDate>2007-06-16 16:30:53</pubDate></item>
<item><title>Beginning MySQL.(Programmer.to.Programmer)</title><link>http://www.netyi.net/training/ee0ed4b4-1769-4656-a3cd-62cb8481d439</link><description>一本讲解mysql的好书，想深入学习mysql，此书不可缺。</description><pubDate>2007-06-15 16:50:44</pubDate></item>
<item><title>The.Definitive.Guide.to.MySQL.5,.Third.Edition</title><link>http://www.netyi.net/training/9bd86918-1f10-4f37-bc49-962a92d45490</link><description>书是不错，英文的</description><pubDate>2007-06-15 13:46:38</pubDate></item>
<item><title>MySQL开发人员的SQL参考手册</title><link>http://www.netyi.net/training/1d81239e-5c2a-4c96-a96f-7707cf32af49</link><description>MySQL已经不是当初的那个小巧,灵活的关系型数据库了.从某种意义上说它正在同时也不可避免的成长为向Oracle那样的怪兽.同时它也是现在事实上的最流行的数据库管理系统之一.如果要想完全的驾驭它,那么SQL的功力是不可缺少的.您真的完全掌握SQL了吗?看完此书再下定论!</description><pubDate>2007-06-15 10:34:52</pubDate></item>
<item><title>SQL for MySQL Developers: A Comprehensive Tutorial and Reference</title><link>http://www.netyi.net/training/be84ac7d-0a00-4201-af2d-afa64d334725</link><description>The Most Complete and Practical Guide to MySQL Version 5's Powerful SQL Dialect(Pages:1032).&lt;br/&gt;&lt;br/&gt;MySQL version 5 offers a SQL dialect with immense power. In SQL for MySQL Developers, Rick F. van der Lans helps you master this version of SQL and take advantage of its full potential. Using case study examplesand hands-on exercises, van der Lans illuminates every key concept,technique, and statement–including advanced features that make iteasier to create even the most complex statements and programs.&lt;br/&gt;&lt;br/&gt;Drawing on decades of experience as an SQL standards team member and enterprise consultant, he reveals exactly why MySQL's dialect works as it does–and how to get the most out of it. You'll gain powerful insight into everything from basic queries to stored procedures, transactions to data security.&lt;br/&gt;&lt;br/&gt;Whether you're a programmer, Web developer, analyst, DBA, or database user, this book can take you from &amp;quot;apprentice&amp;quot; to true SQL expert. If you've used SQL in older versions of MySQL, you'll become dramatically more effective–and if you're migrating from other database platforms, you'll gain practical mastery fast.&lt;br/&gt;</description><pubDate>2007-06-07 16:30:49</pubDate></item>
<item><title>MySQL 5.1 中文手册</title><link>http://www.netyi.net/training/776231c1-df15-4f86-8283-659519a56c1f</link><description>CHM格式的mysql5.1中文手册，阅读起来很方便</description><pubDate>2007-06-06 08:59:59</pubDate></item>
<item><title>MySQL权威指南（George Reese著）中英文版</title><link>http://www.netyi.net/training/94e14c53-37f1-4206-8f2b-717e2342fae2</link><description>MySQL权威指南第二版（George Reese著）中英文版 _阅读密码www.zasp.net&lt;br/&gt; </description><pubDate>2007-05-25 10:28:06</pubDate></item>
<item><title>Expert MySQL</title><link>http://www.netyi.net/training/03e4fb3a-7475-4406-bfd9-68bc2884c138</link><description>Book Description&lt;br/&gt;&lt;br/&gt;Since the enormous number of new features made available with MySQL release 5.0, MySQL has been gaining steam as a viable alternative to database behemoths like Oracle and IBM DB2. MySQL users now have the ability to extend MySQL with new SQL commands, optimize query execution, and embed MySQL within low-resource environments like embedded devices and kiosks.&lt;br/&gt;&lt;br/&gt;Expert MySQL, by Dr. Charles A. Bell, is the first book to examine these opportunities in detail, showing you how to wield maximum control over this powerful open source database. Youll learn how to create your own custom storage handlers, ensuring maximum flexibility and speed within your specialized applications. Youll also gain valuable insight into MySQLs architecture and learn how to tweak its behavior through custom changes to the source code.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;About the Author&lt;br/&gt;Dr. Charles A. Bell conducts research in emerging technologies. He is an adjunct professor at Virginia Commonwealth University where he teaches graduate-level computer science courses and recently joined MySQL AB as a senior software developer. He lives in a small town in rural Virginia with his loving wife. He received his Doctor of Philosophy in Engineering from Virginia Commonwealth University in 2005. His research interests include database systems, versioning systems, semantic web, and agile software development.</description><pubDate>2007-05-23 18:34:16</pubDate></item>
<item><title>MySQL中文参考手册</title><link>http://www.netyi.net/training/1c1e307e-80df-4d6b-95af-a747f489fdfe</link><description>MySQL中文参考手册</description><pubDate>2007-05-20 00:04:57</pubDate></item>
<item><title>16本MySQl电子书【3卷】</title><link>http://www.netyi.net/training/42bfd6f0-efb7-4719-8ccf-9a08dc16060e</link><description>16本MySQl电子书</description><pubDate>2007-05-18 17:33:42</pubDate></item>
<item><title>16本MySQl电子书【2卷】</title><link>http://www.netyi.net/training/a1e98108-916a-4f4c-9fcd-cc358fcf7188</link><description>16本MySQl电子书</description><pubDate>2007-05-18 17:12:07</pubDate></item>
<item><title>16本MySQl电子书【1卷】</title><link>http://www.netyi.net/training/ad0f6836-16bd-44b6-9991-65e5e8a7d84a</link><description>16本MySQl电子书</description><pubDate>2007-05-18 17:07:04</pubDate></item>
<item><title>O'Reilly - MySQL Cookbook</title><link>http://www.netyi.net/training/8ab441fe-0502-485f-a919-89d17f8ef28d</link><description>MySQL Cookbook provides a unique problem-and-solution format that offers practical&lt;br/&gt;examples for everyday programming dilemmas. For every problem addressed in the book,&lt;br/&gt;there's a worked-out solution or &amp;quot;recipe&amp;quot; -- short, focused pieces of code that you can insert&lt;br/&gt;directly into your applications. More than a collection of cut-and-paste code, this book&lt;br/&gt;explanation how and why the code works, so you can learn to adapt the techniques to similar&lt;br/&gt;situations.</description><pubDate>2007-05-18 16:52:57</pubDate></item>
<item><title>mysql创建用户接口</title><link>http://www.netyi.net/training/8579dcb9-d24c-4f0b-941b-85c07b9cd50e</link><description /><pubDate>2007-05-18 12:06:35</pubDate></item>
<item><title>Mysql网络数据库开发视频教程 第2讲</title><link>http://www.netyi.net/training/17dac410-2194-4b1c-bbfa-2ceb4bff4e71</link><description /><pubDate>2007-05-11 11:44:57</pubDate></item>
<item><title>MYSQL5.1 简体中文参考文档</title><link>http://www.netyi.net/training/c5003b85-24c8-485c-91df-dd8e47468f54</link><description>MySQL参考手册英文版的翻译版本</description><pubDate>2007-04-30 05:54:57</pubDate></item>
<item><title>MySQL5.1参考手册</title><link>http://www.netyi.net/training/5da6833b-8e6c-4b88-98f6-6dd46e29d1a0</link><description>这是MySQL参考手册的翻译版本，关于MySQL参考手册，请访问：dev.mysql.com。 原始参考手册为英文版，与英文版参考手册相比，本翻译版可能不是最新的。 &lt;br/&gt;&lt;br/&gt;This translation was done by MySQL partner GreatLinux, Beijing, People's Republic of China. GreatLinux Inc. 北京万里开源软件有限公司在全国范围提供MySQL产品相关的商务及 技术方面的咨询与支持服务。垂询请致电：8610-65694500，或发送邮件至：sales@greatlinux.com 。 </description><pubDate>2007-04-25 12:50:36</pubDate></item>
<item><title>mysql5.1简体中文参考手册</title><link>http://www.netyi.net/training/2a2a4b23-6cd4-40a3-b913-da575a6c08f3</link><description>mysql5.1简体中文参考手册</description><pubDate>2007-04-23 13:30:17</pubDate></item>
<item><title>Zope and MySQL</title><link>http://www.netyi.net/training/880ee5b9-cfff-406f-9bff-9d9509ad8fb9</link><description>Zope and MySQL</description><pubDate>2007-04-20 01:01:10</pubDate></item>
<item><title>MySQL4入门到精通</title><link>http://www.netyi.net/training/0bc2021a-1420-4add-9487-b897bb3a1e31</link><description>MySQL4入门到精通</description><pubDate>2007-04-18 17:31:24</pubDate></item>
<item><title>MySQL 5.1 官方简体中文版参考手册</title><link>http://www.netyi.net/training/6de5ddc8-bba3-48df-b80f-30e7c9b62532</link><description>完整的MySQL使用资料</description><pubDate>2007-04-17 13:46:46</pubDate></item>
<item><title>mysql图文安装手册</title><link>http://www.netyi.net/training/45791e05-4fca-4987-af84-09823e09944b</link><description>图文并貌的安装手册，很不错</description><pubDate>2007-03-21 15:33:02</pubDate></item>
<item><title>MySQL Bible</title><link>http://www.netyi.net/training/3f948f61-9c9b-474b-8790-4c016f17de71</link><description>Book Description&lt;br/&gt;&lt;br/&gt;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. &lt;br/&gt;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. &lt;br/&gt;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. &lt;br/&gt;Running database application: This book builds an e-commerce sample database application throughout to demonstrate concepts and topics. &lt;br/&gt;ABOUT THE CD-ROM:&lt;br/&gt;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. &lt;br/&gt;&lt;br/&gt;Book Info&lt;br/&gt;Covering everything from RDBMS basics to advanced topics such as replication, database veteran Steve Suehring shows you how to put together and maintain your own MySQL database system. Softcover CD-ROM included. &lt;br/&gt;</description><pubDate>2007-03-19 02:55:00</pubDate></item>
<item><title>李兴华_MySQL常用命令</title><link>http://www.netyi.net/training/ef431444-8e0d-44eb-a8e6-dd1698ca4185</link><description /><pubDate>2007-03-16 16:28:24</pubDate></item>
<item><title>MySQL最详细教程</title><link>http://www.netyi.net/training/eec62df5-fe12-459b-ab2f-8ad7c835a2d6</link><description>mysql详细的解说，同时也可以用来作为帮助资料</description><pubDate>2007-03-07 09:27:56</pubDate></item>
<item><title>Wrox.Beginning.SQL.Feb.2005.eBook-DDU</title><link>http://www.netyi.net/training/f48f8c63-ab76-4241-b5cd-c8303cebe06f</link><description /><pubDate>2007-02-28 14:16:36</pubDate></item>
<item><title>OReilly.MySQL.Stored.Procedure.Programming.Mar.2006</title><link>http://www.netyi.net/training/7f8db596-5cf2-47d4-b21b-3798c9525fe7</link><description /><pubDate>2007-02-28 14:16:05</pubDate></item>
</channel></rss>