Search

Download this Manual
PDF (US Ltr) - 43.3Mb
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 81 to 90 of 664 total results
https://dev.mysql.com/doc/refman/8.0/en/audit-log-filter-definitions.html
The preceding filter enables logging of events in the connection class. The preceding definition can be written like this: { "filter": { "class": [ { "name": [ "connection", "general", "table_access" ] } ] } } Logging Specific Event Subclasses To ...
https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html
(These are both empty by default, so if they are not set, the LDAP server must permit anonymous connections.) The resulting bind LDAP handle is used to search for the user DN, based on the client user name. authentication_ldap_sasl_init_pool_size ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-options-variables.html
Each connection requires its own [api] or [mysqld] section in the cluster configuration (config.ini) file, and counts against the maximum number of API connections supported by the cluster. Suppose that you have 2 cluster host computers, each ...
https://dev.mysql.com/doc/refman/8.0/en/server-options.html
--admin-ssl, --skip-admin-ssl Command-Line Format --admin-ssl[={OFF|ON}] Introduced 8.0.21 Deprecated 8.0.26 Type Boolean Default Value ON The --admin-ssl option is like the --ssl option, except that it applies to the administrative connection ...
https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication.html
When a client connects to the MySQL server, the server uses the user name provided by the client and the client host to select the appropriate account row from the mysql.user system table. The server then authenticates the client, determining from ...Pluggable authentication makes it easy for DBAs to choose and change the authentication method used for individual MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/alter-user.html
The exceptions are: Any client who connects to the server using a nonanonymous account can change the password for that account. When the read_only system variable is enabled, ALTER USER additionally requires the CONNECTION_ADMIN privilege (or the ... ALTER USER [IF EXISTS] user [auth_option] [, user [auth_option]] ...
https://dev.mysql.com/doc/refman/8.0/en/pam-pluggable-authentication.html
PAM pluggable authentication provides these capabilities: External authentication: PAM authentication enables MySQL Server to accept connections from users defined outside the MySQL grant tables and that authenticate using methods supported by PAM.
https://dev.mysql.com/doc/refman/8.0/en/proxy-users.html
The plugin that authenticates a given connection may request that the connecting (external) user be treated as a different user for privilege-checking purposes. For a client connecting to the proxy account to be treated as a proxy user, the ...This ...
https://dev.mysql.com/doc/refman/8.0/en/privileges-provided.html
Grant this privilege to accounts that are used by replicas to connect to the current server as their replication source server. Enables control over client connections not permitted to non-SUPER accounts: Enables use of the KILL statement or ... The ...
https://dev.mysql.com/doc/refman/8.0/en/host-cache.html
Host Cache Operation Configuring the Host Cache Monitoring the Host Cache Flushing the Host Cache Dealing with Blocked Hosts Host Cache Operation The server uses the host cache only for non-localhost TCP connections. It does not use the cache for ...
Displaying 81 to 90 of 664 total results