Search Results
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/refman/8.4/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/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/heatwave-aws/en/heatwave-aws-backup-restoring.html
Restoring a Backup to a New DB System 18.4 Restoring a Backup to a New DB System When you restore a backup, you create a new DB System and restore the backup to it. You can change the shape and the amount of data storage for the new DB System. The ...If you want to download your frequently accessed data immediately, run a full-table scan such as SELECT * on the relevant ...
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. Start the MySQL server like this if your installation includes mysqld_safe: $> bin/mysqld_safe --user=mysql & Note For Linux systems on which MySQL is installed using RPM ...
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/mysqld-server.html
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 ...The following discussion covers these MySQL server configuration topics: Startup options that the server ...
https://dev.mysql.com/doc/refman/8.4/en/server-configuration.html
The MySQL server, mysqld, has many command options and system variables that can be set at startup to configure its operation. To determine the default command option and system variable values used by the server, execute this command: $> mysqld ...
https://dev.mysql.com/doc/refman/8.4/en/ldap-pluggable-authentication.html
To be usable by the server, the plugin library files must be located in the MySQL plugin directory (the directory named by the plugin_dir system variable). Each server-side LDAP plugin exposes a set of system variables that enable its operation to ...The files must be located in the directory named by the plugin_dir system ...MySQL Enterprise Edition supports an authentication method that enables MySQL Server to use LDAP (Lightweight Directory Access ...