Search



Search Results
Displaying 741 to 750 of 818 total results
https://dev.mysql.com/doc/refman/8.4/en/shutdown.html
Because status variables are initialized for each server startup and do not persist across restarts, Com_shutdown normally has a value of zero, but can be nonzero if SHUTDOWN statements were executed but failed. SHUTDOWN provides an SQL-level ...
https://dev.mysql.com/doc/refman/8.4/en/socket-pluggable-authentication.html
For example: mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE '%socket%'; +-------------+---------------+ | PLUGIN_NAME | PLUGIN_STATUS | +-------------+---------------+ | auth_socket | ACTIVE | ... The ...
https://dev.mysql.com/doc/refman/8.4/en/solaris-installation-pkg.html
(default: all) [?,??,q]: The PKG installer installs all of the files and tools needed, and then initializes your database if one does not exist. You can install MySQL on Solaris using a binary package of the native Solaris PKG format instead of the ...
https://dev.mysql.com/doc/refman/8.4/en/source-configuration-options.html
When enabled, systemd support files are installed, and scripts such as mysqld_safe and the System V initialization script are not installed. The CMake program provides a great deal of control over how you configure a MySQL source distribution.
https://dev.mysql.com/doc/refman/8.4/en/telemetry-trace-format.html
logs_enabled: Boolean details: Session Span Issued when a client session ends, recording data relevant to that session from initial connection to close of session. The following span types are emitted by the telemetry component: Control Span Session ...
https://dev.mysql.com/doc/refman/8.4/en/test-pluggable-authentication.html
For example: mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE '%test_plugin%'; +--------------------+---------------+ | PLUGIN_NAME | PLUGIN_STATUS | +--------------------+---------------+ | ... MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/thread-pool-installation.html
If the plugin fails to initialize, check the server error log for diagnostic messages. This section describes how to install MySQL Enterprise Thread Pool. For general information about installing plugins, see Section 7.6.1, “Installing and ...
https://dev.mysql.com/doc/refman/8.4/en/thread-pool-operation.html
To establish a privileged connection, the user initiating the connection must have the TP_CONNECTION_ADMIN privilege. The thread pool consists of a number of thread groups, each of which manages a set of client connections. As connections are ...
https://dev.mysql.com/doc/refman/8.4/en/thread-pool-tuning.html
The recommendation initial setting for this system variable is the number of physical cores times 32. This section provides guidelines on determining the best configuration for thread pool performance, as measured using a metric such as ...
https://dev.mysql.com/doc/refman/8.4/en/uninstall-plugin.html
The server executes the plugin's deinitialization function and removes the row for the plugin from the mysql.plugin system table, so that subsequent server restarts do not load and initialize the plugin. UNINSTALL PLUGIN plugin_name This statement ...
Displaying 741 to 750 of 818 total results