Search



Search Results
Displaying 561 to 570 of 3565 total results
https://dev.mysql.com/doc/refman/8.4/en/binary-installation.html
Create a mysql User and Group If your system does not already have a user and group to use for running mysqld, you may need to create them. $> groupadd mysql $> useradd -r -g mysql -s /bin/false mysql Note Because the user is required only for ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-preparation.html
If the source cluster is already in use, you can create a backup of the source and load this onto the replica to cut down on the amount of time required for the replica to synchronize itself with the source. ndb-connectstring=management_host[:port] ... Preparing the NDB Cluster for replication consists of the following steps: Check all MySQL servers for version compatibility (see Section 25.7.2, “General Requirements for NDB Cluster ...
https://dev.mysql.com/doc/refman/8.4/en/using-encrypted-connections.html
Suppose that you want to connect using an account that has no special encryption requirements or that was created using a CREATE USER statement that included the REQUIRE SSL clause. For additional information about the REQUIRE clause, see Section ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-conflict-resolution.html
Conflict resolution in NDB Cluster Replication provides a means of resolving such conflicts by permitting a user-defined resolution column to be used to determine whether or not an update on a given source should be applied on the replica. Some ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations-syntax.html
CREATE TABLE and ALTER TABLE statements that would cause a user-partitioned NDBCLUSTER table not to meet either or both of the following two requirements are not permitted, and fail with an error: The table must have an explicit primary key. If a ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-unattended-installation-cmdline-options-server.html
MySQL Enterprise Service Manager supports using a bundled MySQL server, or a separate MySQL server provided by the user. Table 9.1 MySQL Enterprise Service Manager Installer Options Option Name Description --adminpassword Password for the database ... The following options let you customize the installation process for MySQL Enterprise Service ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-catalog.html
MySQL HeatWave AutoML creates a model catalog for any user that creates a machine learning model. The MODEL_CATALOG table is created in a schema named ML_SCHEMA_user_name, where the user_name is the name of the owning user. When a user creates a ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-encrypted-file-component.html
The database administrator has the responsibility for creating any configuration files to be used, and for ensuring that their contents are correct. Given the preceding configuration file properties, to configure component_keyring_encrypted_file, ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-file-component.html
The database administrator has the responsibility for creating any configuration files to be used, and for ensuring that their contents are correct. Given the preceding configuration file properties, to configure component_keyring_file, create a ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-model-catalog.html
AutoML creates a model catalog for any user that creates a machine learning model. The MODEL_CATALOG table is created in a schema named ML_SCHEMA_user_name, where the user_name is the name of the owning user. When a user creates a model, the ...The ...ML_TRAIN inserts the model as a row in the MODEL_CATALOG table at the end of ...
Displaying 561 to 570 of 3565 total results