0
votes

I'm trying to connect to a Mysql server on Azure via MySQL Workbench.

I get an error:

Your connection attempt failed for user 'My_Username' to the MySQL Server at 13.93.84.xx:3306: Unable to connect to localhost

How can this be localhost while I have a full ip address with port?

  • I checked the Ip address and copied it from the Azure portal.
  • I added an inbound rule to allow mysql connections for my ip address

Thanks for help!