Hello Friend:
I have PostgreSQL configured. I guess your problem is ocurred because you are not star your Data Base service.
You have to start your service:
service postgresql start;
Than, create your database, as you write: createdb MyDB, and so on.
But, If i was not wrong, your configuration has a problem at the line
jdbc:postgresql://localhost:5432/myDB
I have configured Hibernate in my Linux, and that run well when the hibernate configuration file wrote: jdbc:postgresql:myDB.
Thats possible activate Hibernate with that configuration, you can try it.
Ah... I forgot: you have to put your eye at the line where specific your login and password to login PostgreSQL Data base.
That is importante.
I speak bad english, so i am sorry....
Rigard.
Neketsu Shonen
|