While working through the Quick Start Tutorial, I encountered what I believe to be an issue with database access. Using the provided credentials in the tutorial, I was unable to connect and thus cannot continue with the tutorial. I have verified that the credential information provided on the tutorial was entered correctly into Anypoint Studio. Here is the error message that is displayed after a test of the connection fails:
Test connection failed: Couldn't resolve the operation in the the expected time frame (180000ms)
Reason: org.mule.tooling.client.api.exception.TimeoutException: Couldn't resolve the operation in the the expected time frame (180000ms)
And here are the credentials currently being utilized to establish a connection (listed within the Quick Start Tutorial Part 2):
Host: congo.c3w6upfzlwwe.us-west-1.rds.amazonaws.com
Port: 3306
User: mulesoft
Password: mulesoft
Database: congo
It should be noted that up until this point, all other tutorial steps completed correctly. This includes the addition of recommended libraries for the connector, which was completed just before the connection issues were encountered.