Search Results
https://dev.mysql.com/doc/refman/8.4/en/keyring-options.html
--keyring-migration-from-component Command-Line Format --keyring-migration-from-component[={OFF|ON}] Type Boolean Default Value OFF Indicates that a key migration is from a keyring component to a keyring plugin. --keyring-migration-to-component ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-system-variables.html
keyring_operations System Variable keyring_operations Scope Global Dynamic Yes SET_VAR Hint Applies No Type Boolean Default Value ON Whether keyring operations are enabled. These variables are unavailable unless the appropriate keyring plugin is ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-api-definition.html
AutoReconnect Version (or later) NDB 8.4.0 Type or units boolean Default false Range true, false Restart Type Node Restart: Requires a rolling restart of the cluster. Wan Version (or later) NDB 8.4.0 Type or units boolean Default false Range true, ... The [mysqld] and [api] sections in the config.ini file define the behavior of the MySQL servers (SQL nodes) and other applications (API nodes) used to access cluster ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-mgm-definition.html
Wan Version (or later) NDB 8.4.0 Type or units boolean Default false Range true, false Restart Type Node Restart: Requires a rolling restart of the cluster. RequireTls Version (or later) NDB 8.4.0 Type or units boolean Default false Range ... The ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-import.html
--missing-ai-column Command-Line Format --missing-ai-column='name' Type Boolean Default Value FALSE This option can be employed when importing a single table, or multiple tables. --verbose, -v Command-Line Format --verbose[=#] Type Boolean Default ... ndb_import imports CSV-formatted data, such as that produced by mysqldump --tab, directly into NDB using the NDB ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-restore.html
--exclude-intermediate-sql-tables[=TRUE|FALSE] Command-Line Format --exclude-intermediate-sql-tables[=TRUE|FALSE] Type Boolean Default Value TRUE When performing copying ALTER TABLE operations, mysqld creates intermediate tables (whose names are ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-migrate-keyring.html
--get-server-public-key Command-Line Format --get-server-public-key Type Boolean Request from the server the public key required for RSA key pair-based password exchange. --online-migration Command-Line Format --online-migration Type Boolean Default ... The mysql_migrate_keyring utility migrates keys between one keyring component and ...
https://dev.mysql.com/doc/refman/8.4/en/non-typed-operators.html
->> Return value from JSON column after evaluating path and unquoting the result; equivalent to JSON_UNQUOTE(JSON_EXTRACT()). / Division operator := Assign a value = Assign a value (as part of a SET statement, or as part of the SET clause in an ...
https://dev.mysql.com/doc/refman/8.4/en/option-modifiers.html
Some options are “boolean” and control behavior that can be turned on or off. The “enabled” form of the option may be specified in any of these ways: --column-names --enable-column-names --column-names=1 The values ON, TRUE, OFF, and FALSE ...For example, the mysql client supports a --column-names option that determines whether or not to display a row of column names at the beginning of query ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-system-variables.html
Performance Schema system variables have the following meanings: performance_schema Command-Line Format --performance-schema[={OFF|ON}] System Variable performance_schema Scope Global Dynamic No SET_VAR Hint Applies No Type Boolean Default Value ON ...The Performance Schema automatically sizes the values of several of its parameters at server startup if they are not set ...