Search



Search Results
Displaying 71 to 80 of 818 total results
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-high-availability-and-clustering.html
Default Value 120 Since Version 5.1.6 initialTimeout If 'autoReconnect' is enabled, the initial time to wait between re-connect attempts (in seconds, defaults to "2"). Default Value 30 Since Version 3.0.2 allowReplicaDownConnections By default, a ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-reading.html
(This capability does not apply to log files written in other formats.) When the audit log plugin initializes and is configured for JSON logging, it uses the directory containing the current audit log file as the location to search for readable ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-reference.html
Example: mysql> SELECT audit_log_filter_remove_user('user1@localhost'); +-------------------------------------------------+ | audit_log_filter_remove_user('user1@localhost') | +-------------------------------------------------+ | OK | ...Unless ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-system-tablespace.html
InnoDB creates and initializes the new data file when you start the server. Then initialize the server for the first time by using --initialize or --initialize-insecure. InnoDB notices the raw keyword and initializes the new partition, and then it ... The system tablespace is the storage area for the change ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-params-ndbd.html
InitialLogFileGroup: Describes log file group that is created during initial start. NodeGroup: Node group to which data node belongs; used only during initial start of cluster. TimeBetweenWatchDogCheckInitial: Time between execution checks inside ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-tcp-definition.html
PreferIPVersion Version (or later) NDB 8.4.0 Type or units enumeration Default 4 Range 4, 6 Restart Type Initial System Restart: Requires a complete shutdown of the cluster, wiping and restoring the cluster file system from a backup, and then ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-threads-table.html
When the Performance Schema initializes, it populates the threads table based on the threads in existence then. To control the initial INSTRUMENTED and HISTORY values for new foreground threads, use the setup_actors table. For foreground threads, ...
https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html
The value is nonempty only if the server successfully initializes the private and public keys in the files named by the caching_sha2_password_private_key_path and caching_sha2_password_public_key_path system variables. For example, because status ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-ndbd.html
InitialLogFileGroup: Describes log file group that is created during initial start. NodeGroup: Node group to which data node belongs; used only during initial start of cluster. TimeBetweenWatchDogCheckInitial: Time between execution checks inside ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-basic-interface-usage.html
Application programs should use this general outline for interacting with MySQL by means of the client library: Initialize the MySQL client library by calling mysql_library_init(). Initialize a connection handler by calling mysql_init() and connect ...(The following discussion provides more information about how to do this.) Close the connection to the MySQL server by calling ...
Displaying 71 to 80 of 818 total results