Search



Search Results
Displaying 131 to 140 of 818 total results
https://dev.mysql.com/doc/refman/8.4/en/using-system-variables.html
Global and session system variables are related as follows: When the server starts, it initializes each global variable to its default value. The client's session variables are initialized at connect time using the current values of the ... The ...
https://dev.mysql.com/doc/refman/8.4/en/using-systemd.html
The following discussion covers these topics: Overview of systemd Configuring systemd for MySQL Configuring Multiple MySQL Instances Using systemd Migrating from mysqld_safe to systemd Note On platforms for which systemd support for MySQL is ...If ...
https://dev.mysql.com/doc/refman/8.4/en/with.html
-- return additional row sets The first SELECT produces the initial row or rows for the CTE and does not refer to the CTE name. The first iteration operates on the initial row set (1) and produces 1+1=2; the second iteration operates on the first ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.replica.html
Note Do not use the --no-locking option when backing up the server, or you will be unable to get a proper binary log position in Step 4 below for initializing the replica. Do not use this binary log position to initialize the replica. MySQL ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-set.html
Alternatively, you can use stop process followed by start process --initial to replace the password used by each data node process, one at a time. When setting the MaxNoOfExecutionThreads or ThreadConfig parameter for data nodes, their default ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-init.html
MYSQL * mysql_init(MYSQL *mysql) Description Allocates or initializes a MYSQL object suitable for mysql_real_connect(). If mysql is a NULL pointer, the function allocates, initializes, and returns a new object. Otherwise, the object is initialized ...If mysql_init() allocates a new object, it is freed when mysql_close() is called to close the ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-information-schema-plugins.html
The initialization function should return 0 for success, 1 if an error occurs. static ST_FIELD_INFO simple_table_fields[]= { {"NAME", 10, MYSQL_TYPE_STRING, 0, 0 0, 0}, {"VALUE", 6, MYSQL_TYPE_LONG, 0, MY_I_S_UNSIGNED, 0, 0}, {0, 0, MYSQL_TYPE_NULL, ... This section describes how to write a server-side INFORMATION_SCHEMA table ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-24.html
This fix changes how the provider is loaded: the loading now happens only at the plugin instance's initialization and the initialization was deferred to the time when the plugin is actually needed, so that connections that do not use SASL-based LDAP ... Version 8.0.24 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-audit-inspector.html
The initial Administration - Audit Inspector tab looks similar to the figure that follows. Figure 6.24 Workbench: Audit Inspector: Initializing When you first start the Audit Inspector, MySQL Workbench must cache the audit log for performance ...
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
The new MySQL Model tab includes an initial schema named mydb by default. You can rename or remove (and replace) the initial mydb schema. MySQL Workbench handles the script as follows: If the script does not contain a CREATE DATABASE db_name; ...
Displaying 131 to 140 of 818 total results