Search



Search Results
Displaying 1251 to 1260 of 1521 total results
https://dev.mysql.com/doc/refman/8.4/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.4/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.4/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 the ...
https://dev.mysql.com/doc/refman/8.4/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.4/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.4/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.4/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.4/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 ...
https://dev.mysql.com/doc/refman/8.4/en/connection-compression-control.html
Configuration parameters that enable specifying compression algorithms are string-valued and take a list of one or more comma-separated compression algorithm names, in any order, chosen from the following items (not case-sensitive): zlib: Permit ...
https://dev.mysql.com/doc/refman/8.4/en/connection-control-plugin-installation.html
Thus, to make the changes required for some configurations, you might need to set the variables in a specific order. This section describes how to install the connection control plugins, CONNECTION_CONTROL and ...
Displaying 1251 to 1260 of 1521 total results