Documentation Home
MySQL 8.4 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 39.8Mb
PDF (A4) - 39.9Mb
Man Pages (TGZ) - 257.9Kb
Man Pages (Zip) - 364.9Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 8.4 Reference Manual  /  MySQL Programs

Chapter 6 MySQL 程序

Table of Contents

6.1 Overview of MySQL 程序
6.2 Using MySQL 程序
6.2.1 Invoking MySQL 程序
6.2.2 指定程序选项
6.2.3 连接到服务器的命令选项
6.2.4 使用命令选项连接到 MySQL 服务器
6.2.5 使用类似 URI 的字符串或键值对连接到服务器
6.2.6 使用 DNS SRV 记录连接到服务器
6.2.7 连接传输协议
6.2.8 连接压缩控制
6.2.9 设置环境变量
6.3 服务器和服务器启动程序
6.3.1 mysqld — MySQL 服务器
6.3.2 mysqld_safe — MySQL 服务器启动脚本
6.3.3 mysql.server — MySQL 服务器启动脚本
6.3.4 mysqld_multi — 管理多个 MySQL 服务器
6.4 安装相关程序
6.4.1 comp_err — 编译 MySQL 错误消息文件
6.4.2 mysql_secure_installation — Improve MySQL Installation 安全性
6.4.3 mysql_tzinfo_to_sql — 加载时区表
6.5 客户端程序
6.5.1 mysql — MySQL 命令行客户端
6.5.2 mysqladmin — A MySQL 服务器管理 Program
6.5.3 mysqldump — 数据库备份程序
6.5.4 mysqlimport — 数据导入程序
6.5.5 mysqlpump — 数据库备份程序
6.5.6 mysqlslap — 负载模拟客户端
6.5.7 管理和实用程序
6.6 ibd2sdi — InnoDB 表空间 SDI 提取实用程序
6.6.1 innochecksum — 离线 InnoDB 文件校验和实用程序
6.6.2 myisam_ftdump — 显示全文索引信息
6.6.3 myisamchk — MyISAM 表维护实用程序
6.6.4 myisamchk 常规选项
6.6.5 myisampack — 生成压缩的只读 MyISAM 表
6.6.6 mysql_config_editor — MySQL 配置实用程序
6.6.7 mysql_migrate_keyring — 密钥环密钥迁移实用程序
6.6.8 mysqlbinlog — 用于处理二进制日志文件的实用程序
6.6.9 mysqlbinlog 十六进制转储格式
6.6.10 程序开发实用程序
6.7 mysql_config — 显示编译客户端的选项
6.7.1 my_print_defaults — 从选项文件中显示选项
6.7.2 其他程序
6.8 lz4_decompress — 解压缩 mysqlpump LZ4 压缩输出
6.8.1 perror — Display MySQL Error Message Information
6.9 环境变量
6.10 MySQL 中的 Unix 信号处理

This chapter provides a brief overview of the MySQL command-line programs provided by Oracle Corporation. It also discusses the general syntax for specifying options when you run these programs. Most programs have options that are specific to their own operation, but the option syntax is similar for all of them. Finally, the chapter provides more detailed descriptions of individual programs, including which options they recognize.