MySQL使用 AUTO_INCREMENT关键字来执行auto-increment任务。MySQL uses the AUTO_INCREMENT keyword to perform an auto-increment feature.MySQL uses a privilege-based security model.MySQL使用 一个非常简单的剖析器来将文本分隔成词。MySQL uses a very simple parser to split text into words.MySQL uses eight bytes to store a DOUBLE value.MySQL使用 众所周知的SQL数据语言的标准形式。MySQL uses a standard form of the well-known SQL data language.
MySQL uses four bytes to store a FLOAT value.而从5.5.5版本开始,MySQL使用 InnoDB作为默认的存储引擎。 Since version 5.5 MySQL uses InnoDB as its default storage engine. 而从5.5.5版本开始,MySQL使用 InnoDB作为默认的存储引擎。 From version 5.5, MySQL uses InnoDB as the default storage engine. MariaDB纯粹是开源的,而不是MySQL使用 的双重授权模式。 MariaDB is also purely open source, instead of the dual-licensing model that MySQL uses . MySQL使用 许多不同的数据类型,总体上分为三类:数字,日期,时间和字符串类型。MySQL uses many different data types broken into three categories: numeric, date and time, and string types. MySQL使用 的一种技术是以未压缩形式在B树节点中维护一些系统信息,从而有助于某些就地更新。One technique MySQL uses is to maintain some system information in the B-tree node in uncompressed form, thus facilitating certain in-place updates. MySQL使用 的专家了主机复制,每个节点可以在其中更新数据。MySQL uses master-master replication, in which each node can update the data.相比之下,MySQL使用 GNU通用公共许可证,这使得它完全免费使用。 In contrast, MySQL uses the GNU General Public License, which makes it completely free to use. . 不过,我们需要包括此列,因为它将让MySQL使用 更大的索引前缀。 However, we need to include this column, because it will let MySQL use a larger prefix of the index. 如果MySQL使用 的探索法无法得到正确的值,你应该以包含4位年份的格式提供一个明确的值。 If the heuristics used by MySQL don't produce the correct values, you should provide unambiguous input containing four-digit year values. 如果MySQL使用 的启发规则不产生正确的值,你应该提供无二义的包含4位年值的输入。 If the heuristics used by MySQL don't produce the correct values, you should provide unambiguous input containing four-digit year values. MySQL使用 该方法来决定当你联接两个基于非常量表达式的表时选择哪个索引。MySQL will use this to decide which index to choose when you join two tables based on a non-constant expression. MySQL使用 下列数据类型在数据库中存储日期或日期/时间值:.Following data types are used for storing a date or a date/time value in the database:. 如果想要增加ORDERBY的速度,首先看是否可以让MySQL使用 索引而不是额外的排序阶段。 If you want to increase ORDER BY speed, first see whether you can get MySQL to use indexes rather than an extra sorting phase. 在这种情况下,MySQL使用 t1.id的值扫描t1并查找t2中的行。 In this case, MySQL will scan t1 and look up the rows in t2 using the values of t1. id. 当关键词FLOAT被用于一个列类型而没有精度说明时,MySQL使用 4个字节存储值。 When the keyword FLOAT is used for a column type without a precision specification, MySQL uses four bytes to store the values.当关键词被用于一个列的类型说明而没有精度规格说明时,MySQL使用 四个字节来存储该字段值。 When the keyword FLOAT is used for a column type without a precision specification, MySQL uses four bytes to store the values.在大多数情况下,MySQL使用 高转速的CPU会运转得很好,因为每一个询问都是在单线程中运行而不能在CPU之间并行。 In most cases, MySQL will perform well with fast CPUs because each query runs in a single thread and can't be parallelized across CPUs. 当使用MyISAM存储引擎时,MySQL使用 极快速的表锁定,以便允许多次读或一次写。 When using the MyISAM storage engine, MySQL uses extremely fast table locking that allows multiple readers or a single writer. When should you use MySQL ? When should I use MySQL ? When should you use MySQL ?
Display more examples
Results: 27 ,
Time: 0.0181