PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
Man Pages (TGZ)
- 272.4Kb
Man Pages (Zip)
- 378.4Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
Search Results
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/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/9.7/en/telemetry-metrics-meter-metrics.html
The following server metrics are registered by default: mysql.stats Metrics mysql.stats.com Metrics mysql.stats.connection Metrics mysql.perf_schema Metrics mysql.stats.handler Metrics mysql.stats.myisam Metrics mysql.stats.ssl Metrics mysql.inno ...binlog_stmt_cache_disk_use Binlog_stmt_cache_disk_use ASYNC COUNTER The number of non-transaction statements that used the binary log statement cache but that exceeded the value of binlog_stmt_cache_size and used a temporary file to store those ...
https://dev.mysql.com/doc/refman/9.7/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 ...
https://dev.mysql.com/doc/refman/9.7/en/keyring-key-migration.html
This involves connecting to the running server and instructing it to pause keyring operations so that keys can be copied safely from the source keystore to the destination. Pausing keyring operations during an online migration is accomplished by ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-migrate-keyring.html
It is also ignored if RSA-based password exchange is not used, as is the case when the client connects to the server using a secure connection. Migration always occurs on the local host, so the option always specifies a value for connecting to a ...
https://dev.mysql.com/doc/refman/9.7/en/sha256-pluggable-authentication.html
For information about the implications of this change for server operation and compatibility of the server with clients and connectors, see caching_sha2_password as the Preferred Authentication Plugin. Important To connect to the server using an ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-file-formats.html
Elements following that one represent events such as client connect and disconnect events, executed SQL statements, and so forth. }, { "timestamp": "2019-10-03 15:02:32", "id": 0, "class": "connection", "event": "connect", ... Connect or change-user ... The MySQL server calls the audit log component to write an audit record to its log file whenever an auditable event ...
https://dev.mysql.com/doc/refman/9.7/en/create-user.html
When the read_only system variable is enabled, CREATE USER additionally requires the CONNECTION_ADMIN privilege (or the deprecated SUPER privilege). Mark the password expired so that the user must choose a new one at the first connection to the ...