Linkedin WhereHows - Docker后端无法连接到MySQL

时间:2018-02-05 23:10:49

标签: mysql docker web playframework connection

当我尝试在Docker环境中将WhereHows后端连接到MySQL数据库时,我收到以下错误消息(我检查了IP,用户名和密码,所有3个都很好):

1) Error in custom provider, Configuration error: Configuration error[Cannot connect to database [wherehows]]

与此同时,WhereHows网络连接没有任何问题。

Docker版本为17.12.0-ce,我正在使用以下图片:

  • wherehows / backend
  • wherehows /网络
  • wherehows / MySQL的

这是我的配置文件 - /backend-service/conf/application.conf

# connection to wherehows mysql database
db.wherehows.driver = com.mysql.jdbc.Driver
db.wherehows.url="jdbc:mysql://localhost/wherehows?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false"
db.wherehows.username="wherehows"
db.wherehows.password="wherehows"

0 个答案:

没有答案