HeatWave on AWS  /  ...  /  Connecting to a DB System With a PrivateLink

6.1.4 Connecting to a DB System With a PrivateLink

Connect to a DB System in HeatWave on AWS with a PrivateLink using a MySQL clients (for example, mysqlor MySQL Shell) or MySQL Connectors.

This task requires the following:

Connect to DB System in HeatWave on AWS as you normally would (see Connecting from a Client), but use the PrivateLink's hostname as your hostname. For example, run a mysql client in your AWS account with the following command:

mysql -h <hostname> -u <username> -p <password> --ssl-mode VERIFY_IDENTITY --ssl-ca
      <ca-file>
  • <hostname>: Specify the hostname of the PrivateLink.
  • <username>: Specify the username of the administrator.
  • <password>: Specify the password of the administrator.
  • <ca-file>: Specify the name of the HeatWave Certificate Authority certificate.
You are now connected to a DB System in HeatWave on AWS over a PrivateLink. If you fail to connect, see Troubleshooting a Query PrivateLink for help.