#Hibernate
22 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @young pond! Please use
/closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
UnknownHostException: No such host is known (localhost:3306)
Check the JDBC URL you are using for connecting to MySQL
it seems like you are trying to connect to a nonexisting or unreachable server
Can you show the JDBC URL?
I guess it should be in the application.properties if you're using Spring
jdbc:mysql://localhost:3306:/Car
if you aren't, it might be in the persistence.xml
no im using hibernate
remove the last :
jdbc:mysql://localhost:3306/Car
ohhhhhh myy fffff god
how can i be so dumb
I didnt see the extra semi colon
Damnnn thankk youu sooooooooooo much
If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.
typos happen to all people
haha ikr