Well, if the DB is on the same server, try localhost. If that causes a connection error then use 127.0.0.1. The standard mysql port is 3306 but you can change that if you wish. Just remember that if you change a standard config then you will want to check that the port is open on the server. Overall, you are wanting to set the loopback address if the DB is on the same server. It will be one of those two.
Mar 18, 2018
3
Level 2
What host address you put in linode forge env file?
I am seeing once deployed localhost address. Doyou put local host address as DB host in forge env file or the domain address? if domain address what port?
Level 53
Please or to participate in this conversation.