PrestaShop / PrestaShop/docker
Waiting for confirmation of MySQL service startup
Open
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 281
- Forks
- 190
- PR merge metrics
- No merged PRs in 30d
Description
Hi Team,
I'm getting mutliple Waiting for confirmation of MySQL service startup in loop, even I've define every my SQL env variable.
ARG SERVER
ENV DB_SERVER=${SERVER}
ARG USER
ENV DB_USER=${USER}
ARG DB_PASSWD
ENV DB_PASSWD=${DB_PASSWD}
ARG NAME
ENV DB_NAME=${NAME}
ARG PORT
ENV DB_PORT=${PORT}
getting
- Checking if host is available...
- Waiting for confirmation of MySQL service startup
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Docker startup configuration that emits “Checking if host is available” and “Waiting for confirmation of MySQL service startup.” Reproduce the loop with the supplied ARG/ENV variables, then verify that the MySQL service reaches confirmation instead of repeating the wait.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, mysql
- Domain
- databases, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100