Commit d6ded38 1 parent 23f61f5 commit d6ded38 Copy full SHA for d6ded38
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ services:
8
8
- MYSQL_USER=root
9
9
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
10
10
- MYSQL_DATABASE=oncokb
11
+ - MYSQL_ROOT_PASSWORD=root
11
12
ports :
12
13
- 3306:3306
13
14
command : mysqld --lower_case_table_names=1 --skip-ssl --character_set_server=utf8mb4 --explicit_defaults_for_timestamp
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ spring:
38
38
datasource :
39
39
type : com.zaxxer.hikari.HikariDataSource
40
40
# changed database name
41
- url : jdbc:mysql://localhost:3306/oncokb_public?useUnicode=true&characterEncoding=utf8&useSSL=false &useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true
41
+ url : jdbc:mysql://localhost:3306/oncokb_public?useUnicode=true&characterEncoding=utf8&useSSL=true &useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true&allowPublicKeyRetrieval =true
42
42
username : root
43
43
password : root
44
44
hikari :
You can’t perform that action at this time.
0 commit comments