Skip to content

Instantly share code, notes, and snippets.

@jayden-lee
Last active January 11, 2019 08:22
Show Gist options
  • Save jayden-lee/e7c9d326ff19eb6c24124d683191bb8d to your computer and use it in GitHub Desktop.
Save jayden-lee/e7c9d326ff19eb6c24124d683191bb8d to your computer and use it in GitHub Desktop.
MySQL JDBC URL Format
jdbc:mysql://[host][:port]/[database][?propertyName1][=propertyValue1][&propertyName2][=propertyValue2]...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment