PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 297.2Kb
Man Pages (Zip)
- 402.5Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/charset-collation-coercibility.html
For example, in the following cases, it should be clear that the collation is the collation of column x: SELECT x FROM T ORDER BY x; SELECT x FROM T WHERE x = x; SELECT DISTINCT x FROM T; However, with multiple operands, there can be ambiguity. In ...
https://dev.mysql.com/doc/refman/8.0/en/charset-collation-implementations.html
Complex collations for 8-bit character sets This kind of collation is implemented using functions in a C source file that define how to order characters, as described in Section 12.13, “Adding a Character Set”. MySQL implements several types of ...
https://dev.mysql.com/doc/refman/8.0/en/charset-collation-names.html
For Unicode character sets, the xxx_general_mysql500_ci collations preserve the pre-5.1.24 ordering of the original xxx_general_ci collations and permit upgrades for tables created before MySQL 5.1.24 (Bug #27877). MySQL collation names follow ...
https://dev.mysql.com/doc/refman/8.0/en/charset-connection.html
A “connection” is what a client program makes when it connects to the server, to begin a session within which it interacts with the server. The client sends SQL statements, such as queries, over the session connection. The server sends ...
https://dev.mysql.com/doc/refman/8.0/en/charset-gb18030.html
Sorting of non-Chinese characters is based on the order of the original sort key. In MySQL, the gb18030 character set corresponds to the “Chinese National Standard GB 18030-2005: Information technology — Chinese coded character set”, which is ...
https://dev.mysql.com/doc/refman/8.0/en/charset-introducer.html
Due to the difference in result types, the displayed values differ: High-order 0 digits are not displayed for the numeric result. A character string literal, hexadecimal literal, or bit-value literal may have an optional character set introducer ...
https://dev.mysql.com/doc/refman/8.0/en/charset-national.html
Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. Standard SQL defines NCHAR or NATIONAL CHAR as a way to indicate that a CHAR column should use some predefined character set. For example, these data type declarations ...
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-monitoring.html
In order of occurrence, cloning operation stage events include: stage/innodb/clone (file copy): Indicates progress of the file copy phase of the cloning operation. You can monitor the status and progress of a cloning operation on the recipient MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/commands-out-of-sync.html
If you get Commands out of sync; you can't run this command now in your client code, you are calling client functions in the wrong order. This can happen, for example, if you are using mysql_use_result() and try to execute a new query before you ...
https://dev.mysql.com/doc/refman/8.0/en/connecting-using-uri-or-key-value-pairs.html
Values can be of type list, with list values ordered by appearance. This section describes use of URI-like connection strings or key-value pairs to specify how to establish connections to the MySQL server, for clients such as MySQL Shell. For ...