Connecting to a MySQL DB instance
After creating a UDB MySQL instance, you can connect to the UDB MySQL instance via IP and port.
Login to a UHost which has MySQL Client installed. Run the following command:
mysql -h$IP -P$Port -u$User -p$Password
$IP specifies the private IP address of the MySQL instance.
$Port specifies the port of the MySQL instance.
$User specifies the administrator name of the MySQL instance.
$Password specifies the administrator password of the MySQL instance.