Unable to connect to a remote mysql server

Hi, After failing to run migrations on a mysql container in circleci itself, I am now trying to connect to a remote mysql server. Now from my local machine I can use the mysql command for remote login , but the same command when used in config.yml gives the below error:

Any pointers on how to proceed?

When you say ‘remote’ just how remote do you mean as a 192.168.1.75 IP address is not an address that will route across the internet.

1 Like