Skip to content

Instantly share code, notes, and snippets.

@jhorman
Created November 4, 2010 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhorman/663297 to your computer and use it in GitHub Desktop.
Save jhorman/663297 to your computer and use it in GitHub Desktop.
Running liquibase against a mysql db
#!/bin/sh
liquibase --driver=com.mysql.jdbc.Driver --url=jdbc:mysql://localhost/db --username=root --changeLogFile=changelog.xml $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment