Hi,
I use config.groovy:
icescrum.alerts.subject_prefix="[icescrum] "
dataSource.password="xxxx"
icescrum.baseDir="/root/icescrum"
grails.mail.host="mail.abc.fr"
dataSource.driverClassName="com.mysql.jdbc.Driver"
icescrum.alerts.default.from="icescrum@abc.fr"
dataSource.username="root"
icescrum.login.retrieve.enable=true
icescrum.project.import.enable=true
icescrum.log.dir="/root/logs/"
icescrum.alerts.enable=true
grails.mail.username="icescrum@bc.fr"
icescrum.gravatar.enable=false
icescrum.project.private.default=false
icescrum.project.creation.enable=true
icescrum.project.private.enable=true
icescrum.invitation.enable=true
icescrum.debug.enable=true
grails.mail.password="yyyy"
dataSource.url="jdbc:mysql://icescrum-mysql:3306/icescrum?useUnicode=true&characterEncoding=utf8"
icescrum.project.export.enable=true
grails.mail.port="25"
icescrum.registration.enable=true
icescrum.securitydebug.enable=false
Ping icescrum-mysql is OK (172.17.0.2).
MySQL is OK too.
# mysql -h 172.17.0.2 -u root -p icescrum
Enter password:
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.7.12 MySQL Community Server (GPL)
Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>