Search



Search Results
Displaying 61 to 70 of 3329 total results
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. SSH Configuration If you specified a Remote Host on ... Clicking the [+] icon from the home screen launches the Setup New Connection ...
https://dev.mysql.com/doc/refman/8.4/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/refman/8.4/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/extending-mysql/8.4/en/writing-authentication-plugins-server-side.html
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 Descriptors”). This is useful if the server plugin does not care about the ...This is also the name displayed by SHOW PLUGINS or ...
https://dev.mysql.com/doc/refman/8.4/en/charset-server.html
MySQL Server has a server character set and a server collation. By default, these are utf8mb4 and utf8mb4_0900_ai_ci, but they can be set explicitly at server startup on the command line or in an option file and changed at runtime. Initially, the ...-DDEFAULT_CHARSET=latin1 \ -DDEFAULT_COLLATION=latin1_german1_ci Both mysqld and CMake verify that the character set/collation combination is ...
https://dev.mysql.com/doc/refman/8.4/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 ...
https://dev.mysql.com/doc/refman/8.4/en/server-plugins.html
MySQL supports an plugin API that enables creation of server plugins. Plugins can be loaded at server startup, or loaded and unloaded at runtime without restarting the server. The plugins supported by this interface include, but are not limited to, ...A connection control plugin that enables administrators to introduce an increasing delay after a certain number of consecutive failed client connection ...
https://dev.mysql.com/doc/refman/8.4/en/starting-server.html
This section describes how start the server on Unix and Unix-like systems. (For Windows, see Section 2.3.3.5, “Starting the Server for the First Time”.) For some suggested commands that you can use to test whether the server is accessible and ...To ensure this, run mysqld_safe as root and include the --user option as ...
https://dev.mysql.com/doc/refman/8.4/en/mysqld-server.html
The following discussion covers these MySQL server configuration topics: Startup options that the server supports. These variables reflect the current state and values of the startup options, some of which can be modified while the server is running. For listings of MySQL server variables and options that have been added, deprecated, or removed in MySQL 8.4, see Section 1.5, “Server and Status Variables and Options Added, Deprecated, or Removed in MySQL 8.4 since ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/glossary.html
Agent The MySQL Enterprise Monitor component that actively collects data from a host and its MySQL server instances. Apache The web server that runs the Tomcat servlet container that powers the UI. The MySQL Enterprise Monitor Service Manager ...
Displaying 61 to 70 of 3329 total results