I’m trying to connect to a remote mysql.
When I specify the host name in the connection table it does not work - it times out.
However I found that on the command line using “mysql” I can connect.
So I then got the IP of the host and put that in the connection table instead. It worked.
Therefore I conclude that whatever coronium is using to resolve the host (resty/nginx?) isn’t working - or it’s keeping a cache of host to IP addresses but the IP of my MYSQL instance has changed (it’s on AWS).
Where can I find the resty/nginx/whatever log, so I can see if it is indeed resolving to the wrong IP, or if something else is wrong.
If it is a cache issue, can I turn it off - or do I need to spend a bit of money and get an AWS static IP for my instance?