I’m trying to remotely connect to the MySQL HUB DB (the one running at 3566) and it doesn’t work. Looking at the .cnf file I see that it’s not bind’d to any interface - I could put it on 0.0.0.0 but I’m not sure if that will derive any implications to the appl.
If I try to connect to it from TDP that it’s installed on the server itself, it works fine when I use 127.0.0.1:3566, but it does fail if I use the host FQDN:3566. FWIW, I’m not using ‘root’ but another account that I’ve created and granted access to all/from anywhere.
Is that possible to accomplish? How can I remotely connect to the HUB db? What (if any necessary) changes could be done to cnf file so it properly works (bind-address, perhaps?)
I’m looking to monitor jobs execution thru the DB and gather daily reports out of it.