Search



Search Results
Displaying 371 to 380 of 1337 total results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-myisam-category.html
Delay Key Write Delayed key writing causes key buffers not to be flushed between writes for MyISAM tables. Key Buffer Size The size of the buffer used for MyISAM index blocks. Key Cache Age Threshold Controls the demotion of buffers from the hot ...
https://dev.mysql.com/doc/connector-j/en/connector-j-client-authentication.html
To allow client authentication, the client connecting to the server must have its own set of keys and an SSL certificate. Some MySQL server builds are able to generate SSL keys and certificates for communication encryption, including a certificate ... The server may want to authenticate a client and require the client to provide an SSL certificate to it, which it verifies against its known certificate authorities or performs additional checks on the client identity if needed (see CREATE USER SSL/TLS Options for ...
https://dev.mysql.com/doc/refman/8.4/en/myisamchk-general-options.html
key_buffer_size is used when you are checking the table with --extend-check or when the keys are repaired by inserting keys row by row into the table (like when doing normal inserts). Repairing through the key buffer is used in the following cases: ... The options described in this section can be used for any type of table maintenance operation performed by ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndb-api-statistics.html
Such actions include starting and closing (or aborting) transactions; primary key and unique key operations; table, range, and pruned scans; threads blocked while waiting for the completion of various operations; and data and events sent and ... A ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-online-operations.html
The table to be altered must have an explicit primary key; the hidden primary key created by the NDB storage engine is not sufficient for this purpose. row *************************** Table: t1 Create Table: CREATE TABLE `t2` ( `c1` int(11) NOT NULL ... MySQL NDB Cluster supports online table schema changes using ALTER TABLE ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-mysqld.html
ndb-distribution: Default distribution for new tables in NDBCLUSTER (KEYHASH or LINHASH, default is KEYHASH). ndb-log-exclusive-reads: Log primary key reads with exclusive locks; allow conflict resolution based on read conflicts.
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-x-protocol-and-x-devapi.html
Default Value 10000 Since Version 8.0.13 xdevapi.connection-attributes An X DevAPI-specific comma-delimited list of user-defined "key=value" pairs, in addition to standard X Protocol-defined "key=value" pairs, to be passed to MySQL Server for ...If ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
For alternative connection styles, see Connecting to the Server Using URI-Like Strings or Key-Value Pairs. SslKey , Ssl-Key Default: null The name of the SSL key file in PEM format to use for establishing an encrypted connection. This chapter ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
For alternative connection styles, see Connecting to the Server Using URI-Like Strings or Key-Value Pairs. SslKey , Ssl-Key Default: null The name of the SSL key file in PEM format to use for establishing an encrypted connection. This chapter ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-recattr-vs-ndbrecord.html
This example illustrates the key differences between the old-style NdbRecAttr API and the newer approach using NdbRecord when performing some common tasks in an NDB API application. The source code can be found can be found in the file ...
Displaying 371 to 380 of 1337 total results