Skip to content

Commit

Permalink
[AMORO-2888] Can't establish connections when rebooting ams (#2889)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcodehuber authored Jun 12, 2024
1 parent f964b59 commit 0014cd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion amoro-ams/dist/src/main/amoro-bin/conf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ams:
# database:
# type: mysql
# jdbc-driver-class: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://127.0.0.1:3306/db?useUnicode=true&characterEncoding=UTF8&autoReconnect=true&useAffectedRows=true&useSSL=false
# url: jdbc:mysql://127.0.0.1:3306/db?useUnicode=true&characterEncoding=UTF8&autoReconnect=true&useAffectedRows=true&allowPublicKeyRetrieval=true&useSSL=false
# username: root
# password: root
# connection-pool-max-total: 20
Expand Down
2 changes: 1 addition & 1 deletion charts/amoro/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ amoroConf:
## e.g:
## type: mysql
## driver: com.mysql.cj.jdbc.Driver
## url: jdbc:mysql://127.0.0.1:3306/db?useUnicode=true&characterEncoding=UTF8&autoReconnect=true&useAffectedRows=true&useSSL=false
## url: jdbc:mysql://127.0.0.1:3306/db?useUnicode=true&characterEncoding=UTF8&autoReconnect=true&useAffectedRows=true&allowPublicKeyRetrieval=true&useSSL=false
## username: admin
## password: admin

Expand Down
2 changes: 1 addition & 1 deletion docs/admin-guides/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ ams:
database:
type: mysql
jdbc-driver-class: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/amoro?useUnicode=true&characterEncoding=UTF8&autoReconnect=true&useAffectedRows=true&useSSL=false
url: jdbc:mysql://127.0.0.1:3306/amoro?useUnicode=true&characterEncoding=UTF8&autoReconnect=true&useAffectedRows=true&allowPublicKeyRetrieval=true&useSSL=false
username: root
password: root
# PostgreSQL
Expand Down

0 comments on commit 0014cd1

Please sign in to comment.