kazet / wpgarlic

A proof-of-concept WordPress plugin fuzzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wait-for-it.sh: waiting for db1:3306 without a timeout

atxiii opened this issue · comments

Hi there,
When I started fuzzing, I got this message, what's the problem?
[+] Running 3/3
⠿ Container wpgarlic-db1-1 Started 1.0s
⠿ Container wpgarlic-dns1-1 Started 1.0s
⠿ Container wordpress1 Started 1.9s
wait-for-it.sh: waiting for db1:3306 without a timeout

Also, when I run these containers, the mysqld uses 99% of the CPU.

I really appreciate any help you can provide.

Hello,

The WordPress container couldn't connect to the mysql container - look at the logs of the mysql container to see whether it started - and if it didn't, what was the problem.