Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]

前端 未结 9 1482
遥遥无期
遥遥无期 2020-12-08 18:30

I am trying to configure hibernate orm mapping tool to my java class and using PostgreSQL as my database and configured the password as "password". When I tried to

9条回答
  •  北海茫月
    2020-12-08 19:10

    I had this error with MySQL as my database and the only solution was reinstall all components of MySQL, because before I installed just the server.

    So try to download other versions of PostgreSQL and get all the components

提交回复
热议问题