Search



Search Results
Displaying 111 to 120 of 4187 total results
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/9.7/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/9.7/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/9.7/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/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/9.7/en/mysqlbinlog-server-id.html
When invoked with the --read-from-remote-server option, mysqlbinlog connects to a MySQL server, specifies a server ID to identify itself, and requests binary log files from the server. You can use mysqlbinlog to request log files from a server in ...Specify the beginning file and --to-last-log: mysqlbinlog connects and issues a Binlog dump command for all ...
https://dev.mysql.com/doc/extending-mysql/9.7/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 ...
https://dev.mysql.com/doc/refman/9.7/en/federated-create-server.html
If you are creating a number of FEDERATED tables on the same server, or if you want to simplify the process of creating FEDERATED tables, you can use the CREATE SERVER statement to define the server connection parameters, just as you would with the ...If you specify only the connection name without a table name, the table name of the local table is used ...
https://dev.mysql.com/doc/refman/9.7/en/charset-server.html
The current server character set and collation can be determined from the values of the character_set_server and collation_server system variables. MySQL Server has a server character set and a server collation. By default, these are utf8mb4 and ...
https://dev.mysql.com/doc/refman/9.7/en/create-server.html
CREATE SERVER server_name FOREIGN DATA WRAPPER wrapper_name OPTIONS (option [, option] ...) option: { HOST character-literal | DATABASE character-literal | USER character-literal | PASSWORD character-literal | SOCKET character-literal | OWNER ...
Displaying 111 to 120 of 4187 total results