Table of Contents

4.1. Overview of MySQL Programs
4.2. Using MySQL Programs
4.2.1. Invoking MySQL Programs 调用Mysql程序
4.2.2. Connecting to the MySQL Server连接到MySQL服务器
4.2.3. Specifying Program Options指定程序选项
4.2.4. Setting Environment Variables设置环境变量
4.3. MySQL 服务器和服务器启动程序
4.3.1. mysqld — The MySQL Server
4.3.2. mysqld_safe — MySQL Server Startup ScriptMySQL服务器启动脚本
4.3.3. mysql.server — MySQL Server Startup ScriptMySQL服务器启动脚本
4.3.4. mysqld_multi — Manage Multiple MySQL Servers管理多个 MySQL 服务器
4.4. MySQL 与安装相关的程序
4.4.1. comp_err — Compile MySQL Error Message File - 编译 MySQL 错误消息文件
4.4.2. mysqlbug — Generate Bug Report - 生成错误报告
4.4.3. mysql_install_db — Initialize MySQL Data Directory - 初始化 MySQL 数据目录
4.4.4. mysql_plugin — Configure MySQL Server Plugins配置MySQL服务器插件
4.4.5. mysql_secure_installation — Improve MySQL Installation Security - 改善MySQL安装安全
4.4.6. mysql_tzinfo_to_sql — Load the Time Zone Tables 加载时区表
4.4.7. mysql_upgrade — Check and Upgrade MySQL Tables - 检查并升级 MySQL 表
4.5. MySQL 客户端程序
4.5.1. mysql — The MySQL Command-Line ToolMySQL命令行工具
4.5.2. mysqladmin — Client for Administering a MySQL Server 客户端用于管理一个MySQL服务器
4.5.3. mysqlcheck — A Table Maintenance Program - 表维护程序
4.5.4. mysqldump — A Database Backup Program数据库备份程序
4.5.5. mysqlimport — A Data Import Program数据导入程序
4.5.6. mysqlshow — Display Database, Table, and Column Information显示数据库、表和列信息
4.5.7. mysqlslap — Load Emulation Client - 加载仿真客户端
4.6. MySQL Administrative and Utility Programs - Mysql管理和实用程序
4.6.1. innochecksum — Offline InnoDB File Checksum Utility - 脱机InnoDB 文件校验实用程序
4.6.2. myisam_ftdump — Display Full-Text Index information显示全文索引信息
4.6.3. myisamchk — MyISAM Table-Maintenance Utility - MyISAM表维护实用程序
4.6.4. myisamlog — Display MyISAM Log File Contents显示MyISAM日志文件的内容
4.6.5. myisampack — Generate Compressed, Read-Only MyISAM Tables - 生成压缩,只读MyISAM表
4.6.6. mysqlaccess — Client for Checking Access Privileges - 检查访问权限的客户端
4.6.7. mysqlbinlog — Utility for Processing Binary Log Files处理二进制日志文件
4.6.8. mysqldumpslow — Summarize Slow Query Log Files - 总结慢速查询日志文件
4.6.9. mysqlhotcopy — A Database Backup Program数据库备份程序
4.6.10. mysql_convert_table_format — Convert Tables to Use a Given Storage Engine使用一个给定的存储引擎转换表
4.6.11. mysql_find_rows — Extract SQL Statements from Files - 从文件中提取 SQL 语句
4.6.12. mysql_fix_extensions — Normalize Table File Name Extensions - 规范化表文件扩展名
4.6.13. mysql_setpermission — Interactively Set Permissions in Grant Tables - 以交互方式在授权表中设置权限
4.6.14. mysql_waitpid — Kill Process and Wait for Its Termination - 终止进程并等待其终止
4.6.15. mysql_zap — Kill Processes That Match a Pattern - 杀死与模式匹配的进程
4.7. MySQL Program Development Utilities - Mysql程序开发实用程序
4.7.1. msql2mysql — Convert mSQL Programs for Use with MySQL
4.7.2. mysql_config — Get Compile Options for Compiling Clients - 为编译客户端获取编译选项
4.7.3. my_print_defaults — Display Options from Option Files 从选项文件显示选项
4.7.4. resolve_stack_dump — Resolve Numeric Stack Trace Dump to Symbols - 解决数字堆栈跟踪转储到符号
4.8. Miscellaneous Programs - 杂项程序
4.8.1. perror — Explain Error Codes - 解释错误代码
4.8.2. replace — A String-Replacement Utility字符串替换实用程序
4.8.3. resolveip — Resolve Host name to IP Address or Vice Versa - 主机名解析为 IP 地址或反之亦然

MySQL 程序
标签: