Hi,
I’m trying to running liquibase on my windows machine, trying to connect to MySQL DB installed locally.
Here’s is the command I run:
liquibase.bat --driver=com.mysql.jdbc.Driver --changeLogFile=changelogfile.xml --url=“jdbc:mysql://localhost/alex_test_db” --username=ralex --password=SOME_PWD migrate
When I run this command, I’m getting the following error, saying that it can’t locate the MySQL driver: