Search Results
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 ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-dedicated-server.html
When the server is started with --innodb-dedicated-server, InnoDB automatically calculates values for and sets the following system variables: innodb_buffer_pool_size innodb_redo_log_capacity Note innodb_redo_log_capacity supersedes both ...You ...
https://dev.mysql.com/doc/refman/8.4/en/connection-options.html
This option applies only if the server was started with the named_pipe system variable enabled to support named-pipe connections. This option applies only if the server was started with the shared_memory system variable enabled to support ...In ...
https://dev.mysql.com/doc/refman/8.4/en/server-configuration-validation.html
Suppose that a MySQL 5.7 server was run using that system variable in its my.cnf file and then upgraded to MySQL 8.4. Running the upgraded server with --validate-config to check the configuration produces this result: $> mysqld --validate-config ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-management-server-connections.html
This section provides information about MGM API functions that are used to initiate, configure, and terminate connections to an NDB management server. Signature int ndb_mgm_get_configuration_nodeid ( NdbMgmHandle handle ) Parameters A management ...
https://dev.mysql.com/doc/refman/8.4/en/server-shutdown.html
Other operating system-specific shutdown initiation methods are possible as well: The server shuts down on Unix when it receives a SIGTERM signal. The phrase in parentheses indicates the action taken by systemd in response to the code, for platforms ... The server shutdown process takes place as follows: The shutdown process is ...For ...
https://dev.mysql.com/doc/refman/8.4/en/glossary.html
By compiling your program with these libraries, or installing them on the same system as your application, you can run a database application (known as a client) on a machine that does not have the MySQL server installed; the application accesses ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-server-management-wizard.html
The wizard provides a MySQL connection form to create a new MySQL connection, and includes a Configure Server Management option as a step-by-step approach to creating a new MySQL server connection. Management and OS Used to specify a remote ...
https://dev.mysql.com/doc/refman/8.4/en/windows-server-first-start.html
MySQL for Windows also supports shared-memory connections if the server is started with the shared_memory system variable enabled. This section gives a general overview of starting the MySQL server. The following sections provide more specific ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-server-side.html
For example, this might be true if the server plugin authenticates only local clients and uses some property of the operating system rather than the information sent by the client plugin. Some of these are used to set the value of SQL functions or ... Declare the server-side plugin with the usual general descriptor format that is used for all server plugin types (see Section 4.4.2.1, “Server Plugin Library and Plugin ...