Skip to content

Instantly share code, notes, and snippets.

@pawiromitchel
Created July 3, 2020 12:13
Show Gist options
  • Save pawiromitchel/8f5d0d851e9733756bde3ae1b960f2a3 to your computer and use it in GitHub Desktop.
Save pawiromitchel/8f5d0d851e9733756bde3ae1b960f2a3 to your computer and use it in GitHub Desktop.
Pentaho MySQL database connection
# choose generic connection
jdbc:mysql://${HOST}:3306/${DATABASE}
com.mysql.cj.jdbc.Driver
${USERNAME}
${PASSWORD}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment