TheAxelander / OpenBudgeteer

OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
https://theaxelander.github.io
MIT License
745 stars 42 forks source link

MySQL: Paramater MYSQL_ROOT_PASSWORD no longer works #236

Closed TheAxelander closed 2 months ago

TheAxelander commented 2 months ago

Describe the bug The creation of Database and User using MYSQL_ROOT_PASSWORD parameter doesn't work any longer

To Reproduce Steps to reproduce the behavior:

  1. Follow docker compose documentation
  2. Set MYSQL_ROOT_PASSWORD parameter
  3. Start stack

Expected behavior DB and DB User are created

Additional helpful details

TheAxelander commented 2 months ago

Not an issue. Root login was not allowed on local MariadDb Server