Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How can I access MySQL DB present inside the VM from outside, lets say from the host machine using a ODBC driver?

avatar

I am using Hortonworks HDP 2.6 sandbox. I need to access the MySQL DB from outside using MySQL ODBC driver. What parameters should I specify in the ODBC driver?

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Pratik Panda

The default MySQL port 3306 is not defined in the HDP sandbox Port forwarding rules so by default it can not be accessed outside of Sandbox.

Virtual Box --> HDP2.6 Sandbox --> Settings --> Network --> Advanced Options --> Port Forwarding

.

Please check the following link to know about altering the Network Port Forwarding Rules:

https://community.hortonworks.com/articles/65914/how-to-add-ports-to-the-hdp-25-virtualbox-sandbox.h...

.

View solution in original post

2 REPLIES 2

avatar
Master Mentor

@Pratik Panda

The default MySQL port 3306 is not defined in the HDP sandbox Port forwarding rules so by default it can not be accessed outside of Sandbox.

Virtual Box --> HDP2.6 Sandbox --> Settings --> Network --> Advanced Options --> Port Forwarding

.

Please check the following link to know about altering the Network Port Forwarding Rules:

https://community.hortonworks.com/articles/65914/how-to-add-ports-to-the-hdp-25-virtualbox-sandbox.h...

.

avatar

Thanks @Jay Kumar SenSharma ! It worked for me.