Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-sign-keys.html
--replace-by Command-Line Format --replace-by=# Type Integer Default Value -10 Minimum Value -128 Maximum Value 127 Suggest a certificate replacement date for periodic checks, as a number of days after the CA expiration date. --rotate-CA ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-selection.html
SQL statements supporting explicit partition selection are listed here: SELECT DELETE INSERT REPLACE UPDATE LOAD DATA. Explicit selection of partitions and subpartitions for rows matching a given WHERE condition is supported. Partition selection is ...
https://dev.mysql.com/doc/refman/8.4/en/regexp.html
REGEXP_REPLACE() takes these optional arguments: pos: The position in expr at which to start the search. If omitted, the default is 0 (which means “replace all occurrences”). This section discusses the functions and operators available for ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-data-drift-detection.html
mysql> CALL sys.ML_TRAIN('table_name', 'target_column_name', JSON_OBJECT('task', 'task_name'), @variable); Replace table_name, target_column_name, task_name, and variable with your own values. mysql> SELECT JSON_PRETTY(model_metadata) FROM ... MySQL ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-model-handles.html
mysql> SET @variable = 'model_handle'; Replace @variable and model_handle with your own definitions. mysql> CALL sys.ML_TRAIN('table_name', 'target_column_name', JSON_OBJECT('task', 'task_name'), @variable); Replace table_name, target_column_name, ... When ML_TRAIN trains a model, you have the option to specify a name for the model, which is the model ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-sql-editor.html
Figure 3.8 Preferences: SQL Editor: Object Editors Online DDL Default algorithm for ALTER table: [ Default ] Sets the default algorithm when performing ALTER TABLE operations in MySQL Workbench. This section provides configuration options that ...
https://dev.mysql.com/doc/workbench/en/wb-tutorial-plugins-myisam-fk.html
They are often created for existing databases, to clarify their purpose or document them. MySQL Workbench provides facilities for reverse engineering existing databases, and then creating an EER Diagram automatically. In this case, relationship ...
https://dev.mysql.com/doc/connectors/en/connector-j-server-authentication.html
Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or VERIFY_IDENTITY. If sslMode is not set, server authentication via server certificate verification is ...
https://dev.mysql.com/doc/internals/en/getting-index-information.html
It is preferable for storage engines that support indexing to read the index information provided during a CREATE TABLE operation and store it for future use. The reasoning behind this is that the index information is most readily available during ...
https://dev.mysql.com/doc/internals/en/old-password-authentication.html
Authentication::Old: auth_method_name is mysql_old_password client-side requires "8-byte random challenge" from server client-side sends a 8-byte response based on the algorithm described later Note If the server announces Secure Password ...