I have postgresql 8.1 installed
db name is 'mydb'
user name is 'test'
password is 'test'
I can conect to this db by psql
$psql -U test mydb
But I cannon connect by jdbc
import java.io.*;
import java.sql.*;
public class Sample {
Connection conn;
Statement stmt;
public Sample()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.