• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Database connection in spring roo

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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



 
reply
    Bookmark Topic Watch Topic
  • New Topic