Search



Search Results
Displaying 3231 to 3240 of 4186 total results
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-9-5-0-2.2.6.html
MySQL Operator for Kubernetes can be configured to use KMIP using the following configuration structure: keyring: kmip: configuration_directory: "secret name containing TLS certificates>" cache_keys: true server: "<primary_host>:<primary_port>" ...
https://dev.mysql.com/doc/connector-j/en/connector-j-examples.html
Examples of using Connector/J are located throughout this document. This section provides a summary and links to these examples. Example 7.1, “Connector/J: Obtaining a connection from the DriverManager” Example 7.2, “Connector/J: Using ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-type-conversions.html
MySQL Connector/J is flexible in the way it handles conversions between MySQL data types and Java data types. In general, any MySQL data type can be converted to a java.lang.String, and any numeric type can be converted to any of the Java numeric ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-api.html
ArbitrationDelay: When asked to arbitrate, arbitrator waits this many milliseconds before voting. AutoReconnect: Specifies whether an API node should reconnect fully when disconnected from cluster. ConnectBackoffMaxTime: Specifies longest time in ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-agent-user-password.html
All agents should now be using the new password for the mcmd accounts on the MySQL servers (mysqld processes). Normally it is not necessary to alter the user name or password used by the user agent to administer mysqld processes. However, if you ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-issues-mysql-cluster.html
However, MySQL NDB Cluster itself requires only that at least one management server and all data nodes are running (in other words, any mysqld processes and any additional ndb_mgmd processes can be stopped). This section describes limitations ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-1.html
It was removed due to a dependency on a version of the server which is also no longer available for download. Version 8.4.1 is the latest General Availability release of the 8.4 LTS series of MySQL Cluster Manager. It is suitable for use with MySQL ...
https://dev.mysql.com/doc/relnotes/mysql-ai/en/news-9-6-0.html
With this innovative feature, you can also leverage the ML_GENERATE routine, along with external LLMs and MCP servers, to generate AutoML queries that can be copied and executed, making it easier to get started with ML. AutoML InnoDB Notes Bugs ...
https://dev.mysql.com/doc/refman/9.7/en/alter-table-generated-columns.html
CREATE TABLE t1 (c1 INT, c2 INT GENERATED ALWAYS AS (c1 + 1) STORED); ALTER TABLE t1 MODIFY COLUMN c2 INT; ADD COLUMN is not an in-place operation for stored columns (done without using a temporary table) because the expression must be evaluated by ... ALTER TABLE operations permitted for generated columns are ADD, MODIFY, and ...
https://dev.mysql.com/doc/refman/9.7/en/ansi-diff-foreign-keys.html
For storage engines that do not support foreign keys (such as MyISAM), MySQL Server parses and ignores foreign key specifications. For example, if you define a RESTRICT type constraint, and there is a child row with several parent rows, InnoDB does ...
Displaying 3231 to 3240 of 4186 total results