ECONNREFUSED means no process is listening at the given address and port.
We need 3 things:
- the content of the configuration file /etc/mongod.conf
- the output of the command
ps -aef | grep [m]ongod - the output of the command
ss -tlnp
ECONNREFUSED means no process is listening at the given address and port.
We need 3 things:
ps -aef | grep [m]ongod
ss -tlnp