Hide Forgot
This script should run Liquibase with the mysql driver, and the appropriate classpath (changelog files, custom changeset classes, dependencies), pass through any options or arguments (eg "update"), and prompt the admin for database username/password.
Implemented in https://github.com/zanata/zanata/commit/54fdde46bf3da69987c65c5d30f3d8c2a558a5e4. Note that the script doesn't prompt for username password, but it can read them from liquibase.properties in (a) current directory or (b) $HOME/.config.
VERIFIED with commit 54fdde46bf3da69987c6