Chapter 5 MySQL Server Administration第5章 MySQL服务器管理

Table of Contents目录

5.1 The MySQL ServerMySQL服务器
5.1.1 Configuring the Server配置服务器
5.1.2 Server Configuration Defaults服务器配置默认值
5.1.3 Server Configuration Validation服务器配置验证
5.1.4 Server Option, System Variable, and Status Variable Reference服务器选项、系统变量和状态变量引用
5.1.5 Server System Variable Reference服务器系统变量引用
5.1.6 Server Status Variable Reference服务器状态变量引用
5.1.7 Server Command Options服务器命令选项
5.1.8 Server System Variables服务器系统变量
5.1.9 Using System Variables使用系统变量
5.1.10 Server Status Variables服务器状态变量
5.1.11 Server SQL Modes服务器SQL模式
5.1.12 Connection Management连接管理
5.1.13 IPv6 SupportIPv6支持
5.1.14 Network Namespace Support网络名称空间支持
5.1.15 MySQL Server Time Zone SupportMySQL服务器时区支持
5.1.16 Resource Groups资源组
5.1.17 Server-Side Help Support服务器端帮助支持
5.1.18 Server Tracking of Client Session State Changes服务器跟踪客户端会话状态更改
5.1.19 The Server Shutdown Process服务器关闭过程
5.2 The MySQL Data DirectoryMySQL数据目录
5.3 The mysql System Schemamysql系统模式
5.4 MySQL Server LogsMySQL服务器日志
5.4.1 Selecting General Query Log and Slow Query Log Output Destinations选择常规查询日志和慢速查询日志输出目标
5.4.2 The Error Log错误日志
5.4.3 The General Query Log常规查询日志
5.4.4 The Binary Log二进制日志
5.4.5 The Slow Query Log慢速查询日志
5.4.6 Server Log Maintenance服务器日志维护
5.5 MySQL ComponentsMySQL组件
5.5.1 Installing and Uninstalling Components安装和卸载组件
5.5.2 Obtaining Component Information获取组件信息
5.5.3 Error Log Components错误日志组件
5.5.4 Query Attribute Components查询属性组件
5.6 MySQL Server PluginsMySQL服务器插件
5.6.1 Installing and Uninstalling Plugins安装和卸载插件
5.6.2 Obtaining Server Plugin Information获取服务器插件信息
5.6.3 MySQL Enterprise Thread PoolMySQL企业线程池
5.6.4 The Rewriter Query Rewrite Plugin重写器查询重写插件
5.6.5 The ddl_rewriter Pluginddl_重写器插件
5.6.6 Version Tokens版本标记
5.6.7 The Clone Plugin克隆插件
5.6.8 The Keyring Proxy Bridge PluginKeyring代理桥插件
5.6.9 MySQL Plugin ServicesMySQL插件服务
5.7 MySQL Server Loadable FunctionsMySQL服务器可加载函数
5.7.1 Installing and Uninstalling Loadable Functions安装和卸载可加载函数
5.7.2 Obtaining Information About Loadable Functions获取有关可加载函数的信息
5.8 Running Multiple MySQL Instances on One Machine在一台计算机上运行多个MySQL实例
5.8.1 Setting Up Multiple Data Directories设置多个数据目录
5.8.2 Running Multiple MySQL Instances on Windows在Windows上运行多个MySQL实例
5.8.3 Running Multiple MySQL Instances on Unix在Unix上运行多个MySQL实例
5.8.4 Using Client Programs in a Multiple-Server Environment在多服务器环境中使用客户端程序
5.9 Debugging MySQL调试MySQL
5.9.1 Debugging a MySQL Server调试MySQL服务器
5.9.2 Debugging a MySQL Client调试MySQL客户端
5.9.3 The LOCK_ORDER ToolLOCK_ORDER工具
5.9.4 The DBUG PackageDBUG包

MySQL Server (mysqld) is the main program that does most of the work in a MySQL installation. MySQL服务器(mysqld)是在MySQL安装中完成大部分工作的主程序。This chapter provides an overview of MySQL Server and covers general server administration:本章概述MySQL服务器并介绍一般服务器管理:

For additional information on administrative topics, see also:有关管理主题的更多信息,请参阅:

5.1 The MySQL Server
5.2 The MySQL Data Directory
5.3 The mysql System Schema
5.4 MySQL Server Logs
5.5 MySQL Components
5.6 MySQL Server Plugins
5.7 MySQL Server Loadable Functions
5.8 Running Multiple MySQL Instances on One Machine
5.9 Debugging MySQL