Closed ehbstudentadam closed 1 year ago
removed space and added a line in docker compose file to fix the issue
environment:
- MYSQL_ROOT_PASSWORD=${MYSQLDB_ROOT_PASSWORD}
- MYSQL_DATABASE=${MYSQLDB_DATABASE}
- MYSQL_ROOT_HOST=%
Deleting container, images, volumes and doing a
docker compose up
does not helpMy PhpMyadmin:
An hour ago I could access my root account without password. Now nothing.
Found this issue but now I can not even edit config file: https://github.com/docker-library/mysql/issues/275
docker-compose.yml file: