Search



Search Results
Displaying 51 to 60 of 818 total results
https://dev.mysql.com/doc/refman/8.4/en/group-replication-deploying-locally.html
Create a directory named data, then in that directory create a subdirectory for each server instance, for example s1, s2 and s3, and initialize each one. mysql-8.4/bin/mysqld --initialize-insecure --basedir=$PWD/mysql-8.4 --datadir=$PWD/data/s1 ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-plugin-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/mysql-cluster-install-linux-binary.html
We show you how to do so following the configuration of the nodes (see Section 25.3.3, “Initial Configuration of NDB Cluster”). $> cd /var/tmp $> tar -C /usr/local -xzvf mysql-cluster-gpl-8.4.6-linux-glibc2.12-x86_64.tar.gz $> ln -s ... This ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-logs-cluster-log.html
UndoLogBlocked Checkpoint 7 INFO Node node_id: Start initiated version Data node node_id, running NDB version version, is beginning its startup process. (type is one of initial, system, node, initial node, or <Unknown>.) StartPhaseCompleted StartUp ... The following table lists the most common NDB cluster log ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-tde.html
Start the management server with either --initial or --reload to cause it to read the updated configuration file. Perform a rolling initial start (or restart) of all the data nodes (see Section 25.6.5, “Performing a Rolling Restart of an NDB ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-command-options.html
Initially, mysql executes statements in the input because specifying a database db_name on the command line is equivalent to inserting USE db_name at the beginning of the input. Registration is a two-step process comprising initiate registration and ... mysql supports the following options, which can be specified on the command line or in the [mysql] and [client] groups of an option ...
https://dev.mysql.com/doc/refman/8.4/en/plugin-loading.html
The --plugin-load and --plugin-load-add options load plugins after built-in plugins and storage engines have initialized during the server startup sequence. The --early-plugin-load option is used to load plugins that must be available prior to ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-full-text-plugins.html
In both contexts, the server calls the initialization and deinitialization functions at the beginning and end of processing each SQL statement that causes the plugin to be invoked. If there is no index, no plugin is used.) The plugin declaration in ... MySQL supports server-side full-text parser plugins with MyISAM and ...
https://dev.mysql.com/doc/internals/en/connection-phase-packets.html
Protocol::Handshake Initial Handshake Packet When the client connects to the server the server sends a handshake packet to the client. Depending on the server version and configuration options different variants of the initial packet are sent. To ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-incremental-load.html
This topic contains the following sections: Before You Begin Refresh Data Overview Perform Initial Load Refresh Data What's Next Before You Begin Load structured data using Lakehouse Auto Parallel Load or manually. Refresh Data Overview Lakehouse ...
Displaying 51 to 60 of 818 total results