have you set your hosts file? I’m asking this because you need a name
resolution for you host, since you’re using host: web. Instead you can
try
using host: ip.
Maybe the firewall is blocking connections to database system (which
one?) . maybe you missspelled your IP on database.yml. Did you install
the ruby connector to the database?
These are all the things I can remember.
I would approach it by:
confirm that the database is running
confirm that the firewall is not blocking connections
double check the database IP @ database.yml .
check if I had the database connector if not install it from the
gems.
Maybe the firewall is blocking connections to database system (which
one?) . maybe you missspelled your IP on database.yml. Did you install
the ruby connector to the database?
These are all the things I can remember.
I would approach it by:
confirm that the database is running
confirm that the firewall is not blocking connections
double check the database IP @ database.yml .
check if I had the database connector if not install it from the
gems.
try again
This would be my umble approach.
–
WINDOWS: “Where do you want to go today?”
LINUX: “Where do you want to go tomorrow?”
BSD: “Are you guys coming or what?”
Maybe the firewall is blocking connections to database system (which
one?) . maybe you missspelled your IP on database.yml. Did you install
the ruby connector to the database?
These are all the things I can remember.
I would approach it by:
confirm that the database is running
confirm that the firewall is not blocking connections
double check the database IP @ database.yml .
check if I had the database connector if not install it from the
gems.
From where I get that database connector?
I’m using MySql database.