layout | title |
---|---|
default |
MySQL |
Running liquibase with the the JDBC driver located in the same directory as liquibase:
{% highlight sh %} ./liquibase --driver=com.mysql.cj.jdbc.Driver --classpath=./mysql-connector-java-5.1.21-bin.jar --url="jdbc:mysql://:/?autoReconnect=true&useSSL=FALSE" --changeLogFile=db.changelog-1.0.xml --username= --password= generateChangeLog {% endhighlight %}