当我尝试在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
,我正在使用以下图片:
# 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"