Search



Search Results
Displaying 91 to 100 of 3829 total results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-show-variables.html
show variables The command displays the relevant settings for the current agent, including the cipher list and TLS version. mcm> show variables; +--------------------------+---------------------------+ | Variable_name | Value | ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-workflow-server.html
For more information, see the description of the server_id system variable. This does not apply to files and directories for specific products, such as the MySQL server data directory in %ProgramData% that is owned by SYSTEM. Upon success, the ...
https://dev.mysql.com/doc/refman/8.4/en/added-deprecated-removed.html
Options and Variables Introduced in MySQL 8.4 The following system variables, status variables, and server options have been added in MySQL 8.4. Options and Variables Introduced in MySQL 8.4 Options and Variables Deprecated in MySQL 8.4 Options and ...telemetry.otel_exporter_otlp_metrics_certificates: The trusted certificate to use when verifying a server's TLS ...
https://dev.mysql.com/doc/refman/8.4/en/can-not-connect-to-server.html
If the server is started with the named_pipe system variable enabled, you can also connect with named pipes if you run the client on the host where the server is running. If the server was started with the skip_networking system variable enabled, it ... A MySQL client on Unix can connect to the mysqld server in two different ways: By using a Unix socket file to connect through a file in the file system (default /tmp/mysql.sock), or by using TCP/IP, which connects through a port ...
https://dev.mysql.com/doc/refman/8.4/en/starting-server-troubleshooting.html
For additional suggestions for Windows systems, see Section 2.3.4, “Troubleshooting a Microsoft Windows MySQL Server Installation”. If you are using InnoDB tables, see Section 17.8, “InnoDB Configuration” for guidelines and Section 17.14, ...
https://dev.mysql.com/doc/refman/8.4/en/docker-mysql-more-topics.html
Known Issues When using the server system variable audit_log_file to configure the audit log file name, use the loose option modifier with it; otherwise, Docker cannot start the server. A server configuration file from the host has not been mounted, ...Configuring the MySQL Server When you start the MySQL Docker container, you can pass configuration options to the server through the docker run ...A ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/server-plugin-descriptors.html
system_vars: A pointer to a structure for system variables associated with the plugin, or NULL if there are no such variables. These options and system variables can be used to help initialize variables within the plugin. The system_vars member, if ... Every plugin library that contains server plugins must include a library descriptor that contains the general plugin descriptor for each server plugin in the ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/server-repository-options.html
These repository options specify various parameters related to the database server to which a backup is restored. The descriptions below explain how these options are used with mysqlbackup; for information about how these options are used with the ...These options are used only with restore operations, that is, copy-back and ...
https://dev.mysql.com/doc/connectors/en/connector-j-server-authentication.html
Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or VERIFY_IDENTITY. If sslMode is not set, server authentication via server certificate verification is ...
https://dev.mysql.com/doc/connector-j/en/connector-j-server-authentication.html
Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or VERIFY_IDENTITY. If sslMode is not set, server authentication via server certificate verification is ...
Displaying 91 to 100 of 3829 total results