mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-02-11 13:48:30 +00:00
57108bdf76
The default user in the mysql container is 'mysql', so the `mysql` command tries to use the 'mysql' MySQL user by default. But, in the MySQL dump instructions, we are providing the MySQL root user's password, so we need to specify `MYSQL_ROOT_USERNAME` as the MySQL user when invoking `mysql`.