Search Results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-source-configuration.html
Source Configuration 8.3 Source Configuration To use inbound replication in MySQL HeatWave on AWS, the source and its network connection to the replica DB System must have the following configurations. The minimum supported version of MySQL for a ...If you intend to encrypt the communication between source and replica, the source must be configured to use ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-user-group-management.html
User and Group Management 20 User and Group Management MySQL HeatWave on AWS uses predefined OCI IAM groups and policies to manage access to the MySQL HeatWave Console. Defining your own groups and policies for MySQL HeatWave on AWS is currently ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-workload-performance.html
Workload Performance 17.2.2 Workload Performance To view MySQL HeatWave workload performance data: Connect to the DB System. The HeatWave Workload tab shows workload performance data for MySQL HeatWave and for the MySQL node. For MySQL HeatWave ...
https://dev.mysql.com/doc/connector-j/en/connector-j-binary-installation.html
On Windows Platforms: You cannot install Connector/J on Windows platforms using the MySQL Installer for Windows. Configuring Connector/J for Application Servers To use MySQL Connector/J with an application server such as GlassFish or Tomcat, read ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-using-ssl.html
For SSL support to work, you must have the following: A MySQL server that supports SSL, and compiled and configured to do so. Note that MySQL servers 5.7 and up, when compiled with OpenSSL, can automatically generate missing SSL files at startup and ... Connector/J can encrypt all data communicated between the JDBC driver and the server (except for the initial handshake) using ...
https://dev.mysql.com/doc/connector-j/en/preface.html
This manual describes how to install, configure, and develop database applications using MySQL Connector/J, the JDBC driver for communicating with MySQL servers. If you are using a Commercial release of MySQL Connector/J 9.5, see the MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/account-activity-auditing.html
Applications can use the following guidelines to perform SQL-based auditing that ties database activity to MySQL accounts. In this case, if a client connects as user1 from the local host, USER() and CURRENT_USER() return different values: mysql> ...
https://dev.mysql.com/doc/refman/8.4/en/account-management-statements.html
MySQL account information is stored in the tables of the mysql system schema. This database and the access control system are discussed extensively in Chapter 7, MySQL Server Administration, which you should consult for additional details. When the ...
https://dev.mysql.com/doc/refman/8.4/en/administrative-connection-interface.html
As mentioned in Connection Volume Management, to allow for the need to perform administrative operations even when max_connections connections are already established on the interfaces used for ordinary connections, the MySQL server permits a ...
https://dev.mysql.com/doc/refman/8.4/en/ansi-diff-comments.html
Standard SQL uses the C syntax /* this is a comment */ for comments, and MySQL Server supports this syntax as well. MySQL also support extensions to this syntax that enable MySQL-specific SQL to be embedded in the comment; see Section 11.7, ...In ...