-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MySQL container won't start on Ubuntu 16.04 #346
Comments
I am also facing the same issue. |
me too.. |
This is a duplicate of #340 |
have anyone reached a soultion for this issue? i am stuck in it too. |
It means that your server container have not access to your mysql container by the default user, you should update the privilege of mysql, you can try like this:
|
Many thanks! |
You have to stop MySQL service in the background, bc it will take up port 3306. Once you do that, you'll be good to go. |
guys, I noticed another possible scenario: Before, you had wasabi successfully running, so with The solution is to stop your already running mysqld with You may think why not just stopping the local mysqld service solves the problem, it is because your older container has already failed in starting its own mysqld service, needs to be pruned and made again by wasabi scripts. Then simply run And remember to either change your local mysqld port or configure your wasabi containers' ports. |
Hi everybody.
I wanted to try wasabi, so I followed the steps explained to install Wasabi on my Ubuntu 16.04 machine.
I cloned the repo, run the bootstrap script and rebooted.
Next I tried to start wasabi with:
./bin/wasabi.sh build start
The cassandra container started with no issues, but the MySQL failed starting.
I tried again using the command "./bin/wasabi.sh start" but again MySQL container fails starting
(it complains about a missing environment variable), you can find the full error message below:
So I set MYSQL_HOST=localhost and re-run ./bin/wasabi.sh start
This times it triggered the "pull" of a docker image, but then the container failed to start.
Here is the error message:
Can you help me figure out what I am doing wrong?
Thanks a lot for the help!
Luca
The text was updated successfully, but these errors were encountered: