PostgreSQL connection problem
Answered
Hello,
I am trying to connect to PostgreSQL database installed on a virtual Linux platform, but the connection kept failing. My datasource properties are:
jdbc:postgresql://tblimsdb0:5432/postgres
Please kindly advise where might go wrong? or what settings need to tuned on Linux platform?
Thanks,
Joey
Please sign in to leave a comment.
Can you connect to the database from any other tools that use JDBC?
No. I am wondering whether there are settings on the LINUX/database side should be tuned.
http://stackoverflow.com/questions/17838613/open-port-in-ubuntu
Problem solved. Many thanks.