Hi All,
I am starting my adventure with spring roo. I met problem with database connection. My understanding of errors: there is problem somewhere with connection to database:
I tried to google solution and I'm still stuck at the same point. After about 4 hours I give up.
What I have tried but didn't help:
-change localhost to 127.0.01 in database.properties. I mean
jdbc:mysql://localhost:3306/myJavaVideosDotComdb to jdbc:mysql://127.0.0.1:3306/myJavaVideosDotComdb
-change server version
-switch off firewall
-tried to set up project from beginning - still the same error
Here is my console output
Here is my database.properties
Do you guys have any other ideas ?
Thanks a lot for any help or suggestions