Wordpress database connection
I just add a recently wordpress site using a custom autodevops process from gitlab.
After add the private_host:3306 as host for the database I am getting error establishing database connection.
Am I missing anything in the tunnel between the pod and the private host.
I am using shared nodes
1 Reply
It is possible that you are missing something in the tunnel between the pod and the private host. To confirm, check that the correct ports are open for communication between the two and that the credentials used to connect to the database are correct. Additionally, ensure that the database is running and accessible from the pod.
~ Andy | NexusPIPE