Chapter 1 General Information一般信息

Table of Contents目录

1.1 About This Manual关于本手册
1.2 Overview of the MySQL Database Management SystemMySQL数据库管理系统概述
1.2.1 What is MySQL?MySQL是什么
1.2.2 The Main Features of MySQLMySQL的主要特性
1.2.3 History of MySQLMySQL历史
1.3 What Is New in MySQL 8.0MySQL 8.0的新增功能
1.4 Server and Status Variables and Options Added, Deprecated, or Removed in MySQL 8.0MySQL 8.0中添加、弃用或删除的服务器和状态变量及选项
1.5 MySQL Information SourcesMySQL信息源
1.6 How to Report Bugs or Problems如何报告错误或问题
1.7 MySQL Standards ComplianceMySQL标准遵从性
1.7.1 MySQL Extensions to Standard SQL标准SQL的MySQL扩展
1.7.2 MySQL Differences from Standard SQLMySQL与标准SQL的区别
1.7.3 How MySQL Deals with ConstraintsMySQL如何处理约束
1.8 Credits信用
1.8.1 Contributors to MySQLMySQL贡献者
1.8.2 Documenters and translators资料员和翻译
1.8.3 Packages that support MySQL支持MySQL的包
1.8.4 Tools that were used to create MySQL用于创建MySQL的工具
1.8.5 Supporters of MySQLMySQL的支持者

The MySQL™ software delivers a very fast, multithreaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL™软件提供了一个非常快速、多线程、多用户和健壮的SQL(结构化查询语言)数据库服务器。MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. MySQL服务器适用于任务关键型、重负载生产系统以及嵌入到大规模部署的软件中。Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Oracle是Oracle Corporation和/或其附属公司的注册商标。MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used by Customer without Oracle's express written authorization. MySQL是Oracle Corporation和/或其附属公司的商标,未经Oracle明确书面授权,客户不得使用MySQL。Other names may be trademarks of their respective owners.其他名称可能是其各自所有者的商标。

The MySQL software is Dual Licensed. MySQL软件是双重许可的。Users can choose to use the MySQL software as an Open Source product under the terms of the GNU General Public License (http://www.fsf.org/licenses/) or can purchase a standard commercial license from Oracle. 用户可以根据GNU通用公共许可证的条款选择将MySQL软件作为开源产品使用(http://www.fsf.org/licenses/)或者可以从Oracle购买标准商业许可证。See http://www.mysql.com/company/legal/licensing/ for more information on our licensing policies.请参阅http://www.mysql.com/company/legal/licensing/以了解有关我们的许可政策的更多信息。

The following list describes some sections of particular interest in this manual:以下列表描述了本手册中特别感兴趣的部分:

Important重要

To report problems or bugs, please use the instructions at Section 1.6, “How to Report Bugs or Problems”. 要报告问题或错误,请使用第1.6节,“如何报告错误或问题”中的说明。If you find a security bug in MySQL Server, please let us know immediately by sending an email message to . 如果您在MySQL服务器中发现安全漏洞,请立即发送电子邮件到以通知我们。Exception: Support customers should report all problems, including security bugs, to Oracle Support.例外:支持客户应向Oracle支持部门报告所有问题,包括安全漏洞。

1.1 About This Manual
1.2 Overview of the MySQL Database Management System
1.3 What Is New in MySQL 8.0
1.4 Server and Status Variables and Options Added, Deprecated, or Removed in MySQL 8.0
1.5 MySQL Information Sources
1.6 How to Report Bugs or Problems
1.7 MySQL Standards Compliance
1.8 Credits