git pull So that you get https://github.com/apache/fineract/pull/1009
On Wed, 10 Jun 2020, 22:26 Petri Tuomola, <[email protected]> wrote: > Hi > > That error message is from the MySQL health check script, which was trying > to ping the database without a password. > > But my PR to fix it was merged two days ago, so you should not get the > error message anymore if you pull the latest version of the repository > today? > > Regardless, whether you get that error message or not, Fineract itself > should work fine - i.e. this error message should not affect the Fineract > application itself. > > Regards > Petri > > > On 10 Jun 2020, at 9:25 PM, Stephen Oduor <[email protected]> wrote: > > Hello , I have been trying to install fineract using docker compose as > documented here <https://github.com/apache/fineract> > > > 1. git clone https://github.com/apache/fineract.git ; cd fineract > 2. docker-compose build > 3. docker-compose up -d > > But get Access denied for user ‘root’@‘localhost’ (using password: NO) > when I log I see below > > 2020-06-09T09:27:29.286895Z 0 [Note] Event Scheduler: Loaded 0 events > 2020-06-09T09:27:29.287358Z 0 [Note] mysqld: ready for connections. > Version: ‘5.7.30’ socket: ‘/var/run/mysqld/mysqld.sock’ port: 3306 MySQL > Community Server (GPL) > 2020-06-09T09:27:47.129668Z 9 [Note] Access denied for user > ‘root’@‘localhost’ (using password: NO) > > I have check on permissions and also the docker-compose.ym and server.xml > files > I am also able to use the password (mysql) to docker exec into the mysql > container . > > I am wondering what could I be doing wrong. Or are there further > configurations that are needed ? > > > Regards, > > Stephen Oduor > > >
