Skip to content

Commit 4310947

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
driver = com.mysql.jdbc.Driver
22
url = jdbc:mysql://localhost:3306/mystamps?characterEncoding=UTF-8&useSSL=false
33
username = mystamps
4-
password = mystamps
4+
password = secret

0 commit comments

Comments
 (0)