SyntaxFix
Write A Post
Hire A Developer
Questions
The problem in my case was that the database name was incorrect. I solved the problem by referring the correct database name in the field as below
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/myDatabase</property>