Search Results
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/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/mysql-shell/9.7/en/mysql-shell-utilities-parallel-table.html
The utility analyzes an input data file, distributes it into chunks, and uploads the chunks to the target MySQL server using parallel connections. The data is imported to a single relational table in the MySQL server to which the active MySQL ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-dump-instance-schema.html
Running the Utilities The instance dump utility, schema dump utility, and table dump utility use the MySQL Shell global session to obtain the connection details of the target MySQL server from which the export is carried out. You must open the ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-19.html
Version 8.0.19 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. Once all hosts have been tried and no connections can be made, ...It is suitable for use with MySQL Server versions 8.0, 5.7, and ...
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/mysql-shell/9.7/en/mysql-shell-sessions-after.html
If you started MySQL Shell without connecting to a MySQL Server instance, you can use MySQL Shell's \connect command or the shell.connect() method to initiate a connection and create the session global object. MySQL Shell's \connect command is used ...The selected protocol (mysqlx or mysql) is specified as the value for the scheme ...
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 ...