Search Results
https://dev.mysql.com/doc/relnotes/mysql-shell/9.7/en/news-9-5-0.html
Error similar to the following was returned: Requested MySQL version '9.3.1' is newer than the maximum version '9.3.0' supported by this version of MySQL Shell (ArgumentError) (Bug #38107377) Loading a dump using the collation utf8mb4_uca1400_ai_ci ... Note These release notes were created with the assistance of MySQL HeatWave ...
https://dev.mysql.com/doc/workbench/en/wb-using-table-tool.html
When the Tables pointer is active, this toolbar contains a schemas list, an engines list, a collations list, and a color chart list. Use these lists to select the appropriate schema, engine, collation, and color accent for the new table. The engine ... Tables can also be added to an EER Diagram using the table tool on the vertical ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
Default Value CATALOG Since Version 8.0.17 detectCustomCollations Should the driver detect custom charsets/collations installed on server? If this option set to "true" the driver gets actual charsets/collations from the server each time a connection ... connectionAttributes A comma-delimited list of user-defined "key:value" pairs, in addition to standard MySQL-defined "key:value" pairs, to be passed to MySQL Server for display as connection attributes in the 'PERFORMANCE_SCHEMA' tables 'session_account_connect_attrs' and ...
https://dev.mysql.com/doc/internals/en/x-protocol-xplugin-implementation-of-the-x-protocol.html
Topics in this section: Mysqlx.Sql::StmtExecute Collations The X Plugin implements the X Protocol for the MySQL Server. Mysqlx.Sql::StmtExecute StmtExecute implements several namespaces: sql The SQL interface which expects: .stmt to be a string ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-30.html
(WL #14815) Added or renamed collations to align with MySQL Server 8.0.30. This includes adding support for language-specific utf8mb4 collations and renaming all existing utf8_ collations to utf8mb3_. Support for MySQL 5.7 collations is preserved ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-connection.html
Default Value CATALOG Since Version 8.0.17 detectCustomCollations Should the driver detect custom charsets/collations installed on server? If this option set to "true" the driver gets actual charsets/collations from the server each time a connection ... connectionAttributes A comma-delimited list of user-defined "key:value" pairs, in addition to standard MySQL-defined "key:value" pairs, to be passed to MySQL Server for display as connection attributes in the 'PERFORMANCE_SCHEMA' tables 'session_account_connect_attrs' and ...
https://dev.mysql.com/doc/refman/9.7/en/bit-value-literals.html
A leading 0b is case-sensitive and cannot be written as 0B. In numeric contexts, MySQL treats a bit literal like an integer. To ensure numeric treatment of a bit literal, use it in numeric context. For example, a bit literal assigned to a ...
https://dev.mysql.com/doc/refman/9.7/en/charset-unicode-conversion.html
This section describes issues that you may face when converting character data between the utf8mb3 and utf8mb4 character sets. Note This discussion focuses primarily on converting between utf8mb3 and utf8mb4, but similar principles apply to ...
https://dev.mysql.com/doc/refman/9.7/en/hexadecimal-literals.html
Hexadecimal literal values are written using X'val' or 0xval notation, where val contains hexadecimal digits (0..9, A..F). Lettercase of the digits and of any leading X does not matter. A leading 0x is case-sensitive and cannot be written as 0X.
https://dev.mysql.com/doc/refman/9.7/en/myisamchk-repair-options.html
--set-collation=name Command-Line Format --set-collation=name Type String Specify the collation to use for sorting table indexes. The character set name is implied by the first part of the collation name. --correct-checksum Command-Line Format ...