docker compose up access denied sql
https://github.com/MatthewJohn/terrareg/discussions/76
Discussed inOriginally posted by markdjones82 January 13, 2025 Hey all, Doing some testing and running docker compose locally on my machine. It is failing on connecting to the mariadb. I am using the example env file with defaults so I would think it should work. On boot of terrareg_app. Is the db password not getting setup?
2025-01-13 16:06:07 sqlalchemy.exc.ProgrammingError: (mysql.connector.errors.ProgrammingError) 1044 (42000): Access denied for user 'terrareg'@'%' to database 'terrareg'
Github reference: https://github.com/MatthewJohn/terrareg/issues/77