docker compose up access denied sql #76
-
Hey all, 2025-01-13 16:06:07 sqlalchemy.exc.ProgrammingError: (mysql.connector.errors.ProgrammingError) 1044 (42000): Access denied for user 'terrareg'@'%' to database 'terrareg' |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Update: It appears to not be respecting the ENV file. Looking a little further into it, but when I add the environment variables to the environment block on the mysql container, it works! |
Beta Was this translation helpful? Give feedback.
-
ah ha! typo in the EXAMPLE.env The database is MARIABD instead of MARIADB MySQL configurationsALLOW_EMPTY_PASSWORD=yes |
Beta Was this translation helpful? Give feedback.
ah ha! typo in the EXAMPLE.env
The database is MARIABD instead of MARIADB
MySQL configurations
ALLOW_EMPTY_PASSWORD=yes
MARIABD_DATABASE=terrareg
MARIADB_USER=terrareg
MARIADB_PASSWORD=terrareg