Search



Search Results
Displaying 401 to 410 of 522 total results
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-9-0-0-2.2.0.html
Bugs Fixed Router is now unregistered from the InnoDB Cluster metadata when a router pod is deleted. It was removed due to a dependency on a version of the server which is also no longer available for download.
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-9-0-1-2.2.1.html
Bugs Fixed Information from Kubernetes Secrets are no longer passed as environment variables to containers.
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-9-1-0-2.2.2.html
Bugs Fixed Added configuration options to alter or disable the init container that executes as root to change permissions on mounted data directories for MySQL. This change adds a new datadirPermissions specification with optional ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-9-2-0-2.2.3.html
Bugs Fixed Using initDB.clone in an InnoDBCluster specification to provision (clone) a new MySQL server from a MySQL server not managed by MySQL Operator for Kubernetes would fail, as the source server did not have the "localroot" user that is ...
https://dev.mysql.com/doc/connector-j/en/connector-j-testing.html
The Connector/J source code repository or packages that are shipped with source code include an extensive test suite, containing test cases that can be executed independently. The test cases are divided into the following categories: Unit tests: ...
https://dev.mysql.com/doc/refman/8.4/en/alter-table.html
ALTER TABLE tbl_name [alter_option [, alter_option] ...] [partition_options] alter_option: { table_options | ADD [COLUMN] col_name column_definition [FIRST | AFTER col_name] | ADD [COLUMN] (col_name column_definition,...) | ADD {INDEX | KEY} ...
https://dev.mysql.com/doc/refman/8.4/en/can-not-connect-to-server.html
The fix in this case is to change the cron job to not remove mysql.sock or to place the socket file somewhere else. A MySQL client on Unix can connect to the mysqld server in two different ways: By using a Unix socket file to connect through a file ...
https://dev.mysql.com/doc/refman/8.4/en/cannot-create.html
One fix is to start mysqld with the --tmpdir option or to add the option to the [mysqld] section of your option file. If you get an error of the following type for some queries, it means that MySQL cannot create a temporary file for the result set ...
https://dev.mysql.com/doc/refman/8.4/en/charset-unicode-ucs2.html
The ucs2 character set has these characteristics: Supports BMP characters only (no support for supplementary characters) Uses a fixed-length 16-bit encoding and requires two bytes per character. Note The ucs2 character set is deprecated; expect it ...
https://dev.mysql.com/doc/refman/8.4/en/charset-unicode-utf32.html
The utf32 character set is fixed length (like ucs2 and unlike utf16). utf32 uses 32 bits for every character, unlike ucs2 (which uses 16 bits for every character), and unlike utf16 (which uses 16 bits for some characters and 32 bits for others).
Displaying 401 to 410 of 522 total results