Search



Search Results
Displaying 41 to 50 of 818 total results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-conflict-resolution.html
If you use this column, define it as shown here: NDB$OP_TYPE ENUM('WRITE_ROW', 'UPDATE_ROW', 'DELETE_ROW', 'REFRESH_ROW', 'READ_ROW') NOT NULL The WRITE_ROW, UPDATE_ROW, and DELETE_ROW operation types represent user-initiated operations. READ_ROW ...
https://dev.mysql.com/doc/refman/8.4/en/pluggable-authentication-system-variables.html
Authentication uses either one or two LDAP bind operations, depending on whether the MySQL account names an LDAP user DN: If the account does not name a user DN: authentication_ldap_sasl performs an initial LDAP binding using ...The file name should ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-component-installation.html
A keyring component or plugin must be loaded early during the server startup sequence so that other components can access it as necessary during their own initialization. For example, the InnoDB storage engine uses the keyring for tablespace ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-sles-repo.html
MySQL Server Initialization: When the server is started for the first time, the server is initialized, and the following happens (if the data directory of the server is empty when the initialization process begins): The SSL certificate and key files ... The MySQL SLES repository provides RPM packages for installing and managing the MySQL server, client, and other components on SUSE Enterprise Linux ...
https://dev.mysql.com/doc/refman/8.4/en/problems-connecting.html
For some distribution types (such as binary distributions on Windows, or RPM and DEB distributions on Linux), the installation process initializes the MySQL data directory, including the mysql system database containing the grant tables. For ... If ...
https://dev.mysql.com/doc/refman/8.4/en/webauthn-pluggable-authentication.html
For example: mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME = 'authentication_webauthn'; +-------------------------+---------------+ | PLUGIN_NAME | PLUGIN_STATUS | ... Note WebAuthn authentication is an ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-start-cluster.html
--initial option The --initial option (short form: -i) causes the following to happen: All cluster data node are started as if start process --initial had been used on them, which means that all data nodes wipe their data and start with clean data ...See Section 5.4.1, “The create cluster Command”, and Section 4.5, “Importing MySQL NDB Clusters into MySQL Cluster Manager”, for more ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-function-reference.html
The following table summarizes all functions available for the MySQL C API.
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-selective-load.html
The following example performs an initial manual load of five files in an Object Storage folder, and then does a subsequent load of data in the external table that removes some of the files from the initial load. Complete the following steps to ...
https://dev.mysql.com/doc/refman/8.4/en/create-user.html
The account is locked initially, so effectively it is a placeholder and cannot be used until an administrator unlocks it. CREATE USER user IDENTIFIED WITH authentication_webauthn INITIAL AUTHENTICATION IDENTIFIED BY {RANDOM PASSWORD | ... CREATE ...
Displaying 41 to 50 of 818 total results