Acessing MySQL From My Local MySQL Client

0 votes

I have created a MySQL service on App42 PaaS. It is working fine with my application. But when I try to use the same service credentials on my local mysql client, I am unable to do so. Can you help me with this ?

Error Detail:

ERROR 2003 (HY000): Can't connect to MySQL server on '172.12.13.4' (10060)

asked Feb 19, 2014 in App42PaaS & BPaaS by stane.bill (34 points)

1 Answer

+2 votes

Hi Stane,

To access MySQL service from your local SQL client, you need to bind your IP for the MySQL service you want to access.You can run the below command to bind IP to your service using app42 command line client.

app42 bindIP

It will ask you the service name which you want to access (in this case your MySQL service name) and the IP address where you want to access the service from. You will get a public IP as a result which you can use to access the service from your local MySQL client. (Other credentials like username, password & port will remain same as you are using in your app).

You can also refer to the below blog for detailed instructions.

http://blogs.shephertz.com/2014/02/19/managing-your-app42-paas-data/

answered Feb 19, 2014 by deo.tripathi (51 points)
Thanks deo for the help.
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...