本篇文章主要介绍了"MySQL配置文件my-innodb-heavy-4Gcnf 中文注释",主要涉及到require,队列,索引,表空间,计数器方面的内容,对于其他数据库感兴趣的同学可以参考一下:
#BEGIN CONFIG INFO #开始配置信息#DESCR: 4GB RAM, InnoDB only, ACID, few connections...
#BEGIN CONFIG INFO #开始配置信息
#DESCR: 4GB RAM, InnoDB only, ACID, few connections, heavy queries #描述:4GB 内存、只有 InnoDB、ACID、很少连接数、繁重的查询
#TYPE: SYSTEM #类型:系统
#END CONFIG INFO #终端配置信息
#
# This is a MySQL example config file for systems with 4GB of memory
# running mostly MySQL using InnoDB only tables and performing complex
# queries with few connections.
#这是一个针对 4G 内存系统(主要运行只有 InnoDB 表的 MySQL 并使用几个连接数执行复杂的查询)的 MySQL 配置文件例子。
#
# MySQL programs look for option files in a set of
# locations which depend on the deployment platform.
# You can copy this option file to one of those
# locations. For information about these locations, see:
# http://dev.mysql.com/doc/mysql/en/option-files.html
#MySQL程序寻找选项文件在一组位置
#取决于部署平台。
#你可以复制这个选项文件,其中的一个的位置。
#这些位置的信息,请参阅
#
#
# In this file, you can use all long options that a program supports.
# If you want to know which options a program supports, run the program
# with the "--help" option.
#
# More detailed information about the individual options can also be
# found in the manual.
#在这个文件中,您可以使用所有长选项,程序支持。
#如果你想知道哪些选项的程序支持,运行程序
#”——帮助”选项。
#更详细的个人信息选项也可以
#在手册中找到。
#
# The following options will be read by MySQL client Applications.
# Note that only client Applications shipped by MySQL are guaranteed
# to read this section. If you want your own MySQL client program to
# honor these values, you need to specify it as an option during the
# MySQL client library initialization.
#以下选项将被MySQL客户端应用程序所读取。
#注意,只有 MySQL 标准的客户端应用程序是被保证能读取到该章节的。
#如果你希望你自己的 MySQL 客户端程序能够承兑这些值,你需要在 MySQL 客户端库初始化中作为一个选项来指定它。
#
[client] #客户端
#password= [your_password]