I did set INBOUND PORT RULES in Azure. but still it is not working.
I want to connect this with MySQL workbench and with google VMs it works. If you can please help with this?
I did set INBOUND PORT RULES in Azure. but still it is not working.
I want to connect this with MySQL workbench and with google VMs it works. If you can please help with this?
Some possible reasons you might consider in this case:
netstat -anpl | grep 3306
. If not, you can check if your VM firewall blocks this access.If the issue still exists, you can add more details about your question.
You need to create a Firewall Rule to allow inbound traffic from the Public IP address where MySQL Workbench is being launched (See Image).