Re: user can't access own database after creation

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Nuno Zimas <nzimas(at)gmail(dot)com>
Cc: John R Pierce <pierce(at)hogranch(dot)com>, List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: user can't access own database after creation
Date: 2015-12-02 21:17:27
Message-ID: CADK3HHJmBSqY9icVUfGs_AMmOH3kRU1yAC5yXCzaGXJuaB64zw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

should work. errors ?

Dave Cramer

davec(at)postgresintl(dot)com
www.postgresintl.com

On 2 December 2015 at 16:15, Nuno Zimas <nzimas(at)gmail(dot)com> wrote:

>
> Thanks Dave,
>
>
> Like such?
>
> root(at)aida2next /u/2next# java -cp
> /usr/2next/libs/jdbc/postgresql-9.4-1201.jdbc4.jar:./ TestUrl
> Exception in thread "main" java.sql.SQLException: No suitable driver found
> for jdbc:postgresql://10.10.10.100
> at java.sql.DriverManager.getConnection(DriverManager.java:689)
> at java.sql.DriverManager.getConnection(DriverManager.java:247)
> at TestUrl.main(TestUrl.java:10)
>
>
> On 2 Dec 2015, at 20:39, Dave Cramer <pg(at)fastcrypt(dot)com> wrote:
>
> java -cp postgresql.jar:./ TestUrl
>
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nuno Zimas 2015-12-02 21:20:07 Re: user can't access own database after creation
Previous Message Nuno Zimas 2015-12-02 21:15:36 Re: user can't access own database after creation