Remote connection to mysql instance

Hi there,

I would like to do a remote connect to mysql instance, it’s throwing host unreachable.

Your help is much appreciated.

Thanks

You might want to check your network or network permissions as you are able to connect to the database servers remotely.

Hi, I using vb.net, you can use :
host: mysql99.gear.host (change 99 with your server number)
port: 3306
database: yourdatabasename
user: yourdbuser
password: yourdbpassword

1 Like

it work for navicat connection , thank you