Search Results
https://dev.mysql.com/doc/refman/8.4/en/keyring-functions-plugin-specific.html
Rotation changes the CMK value used inside AWS KMS but does not change the ID used to refer to it, so there is no need to change the keyring_aws_cmk_id system variable after calling keyring_aws_rotate_cmk(). keyring_aws_rotate_keys() Associated ...
https://dev.mysql.com/doc/connectors/en/connector-python-django-backend.html
When the Connector/Python back end does this, it arranges for the sql_mode system variable to be set to TRADITIONAL at startup. Django Configuration Django uses a configuration file named settings.py that contains a variable called DATABASES (see ...
https://dev.mysql.com/doc/connector-python/en/connector-python-django-backend.html
When the Connector/Python back end does this, it arranges for the sql_mode system variable to be set to TRADITIONAL at startup. Django Configuration Django uses a configuration file named settings.py that contains a variable called DATABASES (see ...
https://dev.mysql.com/doc/refman/8.4/en/comparison-operators.html
Note In previous versions of MySQL, when evaluating an expression containing LEAST() or GREATEST(), the server attempted to guess the context in which the function was used, and to coerce the function's arguments to the data type of the expression ... Table 14.4 Comparison Operators Name Description > Greater than operator >= Greater than or equal operator < Less than operator <>, != Not equal operator <= Less than or equal operator <=> NULL-safe equal to operator = Equal operator BETWEEN ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-compatibility-upgrade.html
The deprecated Group Replication system variable group_replication_allow_local_lower_version_join can be used in such situations to override the normal compatibility policies. During an online upgrade procedure, if the group is in single-primary ...
https://dev.mysql.com/doc/refman/8.4/en/insert-optimization.html
If you are adding data to a nonempty table, you can tune the bulk_insert_buffer_size variable to make data insertion even faster. To optimize insert speed, combine many small operations into a single large operation. Ideally, you make a single ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-tls-channel-status-table.html
(This is the case if any admin_tls_xxx or admin_ssl_xxx system variable is set to a value different from its default.) Otherwise, the administrative interface uses the same TLS context as the main interface. Connection interface TLS properties are ...The tls_channel_status table provides information about connection interface TLS properties: mysql> SELECT * FROM performance_schema.tls_channel_status\G *************************** ...
https://dev.mysql.com/doc/refman/8.4/en/replication-features-differing-tables.html
The global value of the system variable replica_type_conversions controls the type conversion mode used on the replica. A column's default value is determined by a number of factors, including its type, whether it is defined with a DEFAULT option, ... Source and target tables for replication do not have to be ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-application-error.html
The following list enumerates all NDB errors of type AE (Application error). Having a table without primary key uses an autoincremented hidden key, i.e. NDB error code 5002 MySQL error DMEC Error message The process has wrong type. NDB error code ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-rag.html
In versions older than MySQL 9.2.1, to alter an existing table or create a new table, MySQL requires you to set the sql-require-primary-key system variable to 0. To define your natural-language query, set the @query variable: mysql> SET ... The ...