Search Results
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-7-0.html
You can load columns into Lakehouse tables by choosing from three column mapping modes: by order, name (case-sensitive), or name (case-insensitive). This update enables you to successfully load data into tables with foreign key constraints, while ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-heatwave-creating.html
If you have not loaded data into your DB System, and you want to estimate the optimal MySQL HeatWave Cluster size, load data into the DB System before you create a MySQL HeatWave Cluster. Creating a MySQL HeatWave Cluster 4.1 Creating a MySQL ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-hw-queries.html
You can also refer to the Quickstarts in the MySQL HeatWave User Guide, which show how to import data into a DB System, load data into MySQL HeatWave, and run queries: tpch Analytics Quickstart AirportDB Analytics Quickstart Parent topic: Running ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-importing-data.html
After importing data to a DB System in MySQL HeatWave on AWS, load data into MySQL HeatWave. Importing Data 7 Importing Data You can import data to a DB System in MySQL HeatWave on AWS. If your data is present in a MySQL instance running ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-mysql-enterprise-audit.html
MySQL Enterprise Audit 3.1.2.7 MySQL Enterprise Audit MySQL HeatWave on AWS supports the MySQL Enterprise Audit plugin for MySQL Server 8.1.0 and later. The audit plugin enables the MySQL Server to produce a log file containing an audit record of ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-server-compatibility.html
To make it easier to load existing databases into the Service, the dump commands in MySQL Shell can detect potential issues and, in some cases, automatically adjust your schema definition to be compliant. Some issues found by the ocimds option may ... MySQL Server Compatibility 7.1.2 MySQL Server Compatibility MySQL HeatWave on AWS has several security-related restrictions that are not present in an on-premise instance of ...
https://dev.mysql.com/doc/connector-j/en/connector-j-client-authentication.html
Once you have the client private key and certificate files you want to use, you need to import them into a Java keystore so that they can be used by the Java SSL library and Connector/J. Import the client key and certificate into a Java keystore: $> ... The server may want to authenticate a client and require the client to provide an SSL certificate to it, which it verifies against its known certificate authorities or performs additional checks on the client identity if needed (see CREATE USER SSL/TLS Options for ...
https://dev.mysql.com/doc/connector-j/en/connector-j-server-authentication.html
This can be accomplished by either importing the certificate (ca.pem or any other certificate) into the Java default truststore (although tampering the default truststore is not recommended) or by importing it into a custom Java truststore file and ... Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-agents.html
This section explains how to back up configuration data for mcmd agents and how to restore the backed-up agent data. Used together with the backup cluster command, the backup agents command allows you to backup and restore a complete ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-verify-pid-files.html
Let us look into the PID file being referred to in the last example: $> more /home/ari/bin/cluster/wild-cluster/51/data//localhost.localdomain.pid 12136 The PID file for the SQL node is at an acceptable location (inside the data directory) and has ... You must verify that each process in the wild cluster has a valid PID ...