Guest User

Untitled

a guest
Jul 26th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Cannot connect to mysql from grails
  2. dataSource {
  3. dbCreate = "create-drop" // one of 'create', 'create-drop','update'
  4. pooled = true
  5. driverClassName = "com.mysql.jdbc.Driver"
  6. username = "root"
  7. password = ""
  8. url = "jdbc:mysql://localhost:3306/moviestore_dev"
  9. }
Add Comment
Please, Sign In to add comment