Skip to content

Monica CRM

READ THEIR PURPOSE ON GITHUB

On 2021-04-04 I spent 4 hours trying to get his software working for my homelab. I can't even get it working on a fresh virtual machine with the default docker-compose.yaml file. Deleting the volumes and restarting, rebooting, uninstalling and reinstalling docker, none of it works.

App:

In Connection.php line 678:

  [Illuminate\Database\QueryException (1045)]                                  
  SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'172.18.0.3' (usi  
  ng password: YES) (SQL: select * from information_schema.tables where table  
  _schema = monica and table_name = cache and table_type = 'BASE TABLE')

MYSQL Database:

2021-04-05T02:53:37.329076Z 52 [Note] Got an error reading communication packets
2021-04-05T02:53:40.446783Z 53 [Note] Access denied for user 'homestead'@'172.18.0.3' (using password: YES)
2021-04-05T02:53:40.601138Z 54 [Note] Access denied for user 'homestead'@'172.18.0.3' (using password: YES)
2021-04-05T02:53:40.648205Z 55 [Note] Access denied for user 'homestead'@'172.18.0.3' (using password: YES)
2021-04-05T02:53:40.755243Z 56 [Note] Access denied for user 'homestead'@'172.18.0.3' (using password: YES)

2021-04-05T03:00:46.677586Z 0 [Note] Event Scheduler: Loaded 0 events
2021-04-05T03:00:46.677904Z 0 [Note] mysqld: ready for connections.
Version: '5.7.33'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
2021-04-05T03:00:47.251955Z 2 [Note] Got an error reading communication packets

Monica Troubleshooting