Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-models-delete.html
Users that create models or have the required privileges to a model on the MODEL_CATALOG table can delete them. Before You Begin Review how to Create a Machine Learning Model. Delete a Model To delete a model from the model catalog table: Query the ...model_id = 3 is the ID of the model you want to ...
https://dev.mysql.com/doc/refman/8.4/en/get-diagnostics.html
For example: mysql> GET DIAGNOSTICS CONDITION 1 @p5 = SCHEMA_NAME, @p6 = TABLE_NAME; mysql> SELECT @p5, @p6; +------+------+ | @p5 | @p6 | +------+------+ | | | +------+------+ In standard SQL, if there are multiple conditions, the first condition ... GET [CURRENT | STACKED] DIAGNOSTICS { statement_information_item [, statement_information_item] ...
https://dev.mysql.com/doc/refman/8.4/en/optimizing-innodb-diskio.html
For more information, refer to the following sections: Section 17.8.1, “InnoDB Startup Configuration” Section 17.6.1.2, “Creating Tables Externally” Creating a General Tablespace Section 17.6.1.4, “Moving or Copying InnoDB Tables” ... If ...
https://dev.mysql.com/doc/refman/8.4/en/replication-howto-additionalslaves.html
InnoDB tablespace files and file-per-table tablespaces might have been created in other directories. Note If the replication source server or existing replica that you are copying to create the new replica has any scheduled events, ensure that these ... You can add another replica to an existing replication configuration without stopping the source ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-models-delete.html
Users that create models or have the required privileges to a model on the MODEL_CATALOG table can delete them. Before You Begin Review how to Create a Machine Learning Model. Delete a Model To delete a model from the model catalog table: Query the ...model_id = 3 is the ID of the model you want to ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-adding-instances.html
20.2.1.6.1 Adding a Second Instance In order to add a second instance, server s2, first create the configuration file for it. If you did not have binary logging enabled when you configured the user credentials on s1, and a remote cloning operation ... At this point, the group has one member in it, server s1, which has some data in ...
https://dev.mysql.com/doc/refman/8.4/en/environment-variables.html
MYSQL_TEST_LOGIN_FILE is the path name of the login path file (the file created by mysql_config_editor). The UMASK and UMASK_DIR variables, despite their names, are used as modes, not masks: If UMASK is set, mysqld uses ($UMASK | 0600) as the mode ... This section lists environment variables that are used directly or indirectly by ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-rpm.html
A standard installation of MySQL using the RPM packages result in files and resources created under the system directories, shown in the following table. Notes The mysql user is created using the -r and -s /bin/false options of the useradd command, ... The recommended way to install MySQL on RPM-based Linux distributions is by using the RPM packages provided by ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations-unsupported.html
If a prefix is used as part of an index specification in a statement such as CREATE TABLE, ALTER TABLE, or CREATE INDEX, the prefix is not created by NDB. A statement containing an index prefix, and creating or modifying an NDB table, must still be ... A number of features supported by other storage engines are not supported for NDB ...Trying to use any of these features in NDB Cluster does not cause errors in or of itself; ...
https://dev.mysql.com/doc/refman/8.4/en/pluggable-authentication-system-variables.html
(The SPN and same key also must be created in the Kerberos server.) The file may contain multiple service principal names and their respective key combinations. The client-side authentication_ldap_sasl_client plugin communicates with the SASL ...The ...