Commit 4310947
committed
chore(liquibase-maven-plugin): update a password to match the one from Docker container.
Fixes login issue when MySQL is running locally with docker compose and prod.yml:
[ERROR] Failed to execute goal org.liquibase:liquibase-maven-plugin:3.5.5:updateSQL (default-cli) on
project mystamps: Error setting up or running Liquibase: liquibase.exception.DatabaseException:
java.sql.SQLException: Access denied for user 'mystamps'@'172.18.0.1' (using password: YES)
[skip ci]1 parent 22d9875 commit 4310947
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments