Function
| Option/Argument
| Where to find it
|
mysql_optionsv()
| MYSQL_OPT_SSL_CA option
| The path to the skysql_chain.pem file containing the "Certificate Authority Chain"
- Download For GCP services
- Download For AWS services
|
mysql_real_connect()
| host argument
| The fully Qualified Domain Name in the Service Details view
|
mysql_real_connect()
| user argument
| The desired username, which might be the default username in the Service
Credentials view
|
mysql_real_connect()
| passwd argument
| The user's password, which might be the default password in the Service
Credentials view if it was not yet customized
|
mysql_real_connect()
| port argument
| The Read-Write Port or Read-Only Port in the Service Details view
|