MySQL 8.4 Release Notes
Chapter 6 MySQL 程序
Table of Contents
- 6.1 Overview of MySQL 程序
- 6.2 Using MySQL 程序
- 6.3 服务器和服务器启动程序
- 6.4 安装相关程序
- 6.5 客户端程序
- 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.8 lz4_decompress — 解压缩 mysqlpump LZ4 压缩输出
- 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.