You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I clone the repository, I ran docker-compose up to start the containers but I noticed that the MySQL container is failing. Here's the error message:
dvws-mysql_1 | 2022-05-04 19:56:20+00:00 [ERROR] [Entrypoint]: mysqld failed while attempting to check config dvws-mysql_1 | command was: mysqld --verbose --help --log-bin-index=/tmp/tmp.DDbkKPQT96
After this, the web container continually just waits for the MySQL instance to come up, which it never does. I tried to use several different MySQL versions between 5.6 and 5.7 but all had the same error
The text was updated successfully, but these errors were encountered:
After I clone the repository, I ran docker-compose up to start the containers but I noticed that the MySQL container is failing. Here's the error message:
dvws-mysql_1 | 2022-05-04 19:56:20+00:00 [ERROR] [Entrypoint]: mysqld failed while attempting to check config dvws-mysql_1 | command was: mysqld --verbose --help --log-bin-index=/tmp/tmp.DDbkKPQT96
After this, the web container continually just waits for the MySQL instance to come up, which it never does. I tried to use several different MySQL versions between 5.6 and 5.7 but all had the same error
The text was updated successfully, but these errors were encountered: