-
Notifications
You must be signed in to change notification settings - Fork 2.2k
mysql fails to start since arbitrary --user values were allowed #175
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
Comments
Oops, just realized that I have a workaround for the issue that that commit fixed. Removing the workaround fixes me. |
Yeah, I was using that script. Deleting the script got my image working again on Linux, but not on Mac :(. Still looking for a workaround for that. |
Yeah I'm using the beta on Mac and that work around script is now no longer necessary. |
The beta of Docker and/or Docker Compose? |
Exactly, with the new stuff I was able to just use the image's stock entry point and skip the work around:
|
Ah, cheers. I didn't realize it wasn't released yet! |
@dmitrym0 I'm not sure what more detail I can provide. What are you trying? |
@dmitrym0 Using the latest Beta (DockerToolbox-1.11.1b.pkg) it just worked without the script. Unfortunately, you have to sign up and wait for an invite code to get the Beta. |
I pulled in the latest mysql image recently and found that mysqld was failing to start. After some debugging, I realized that I removed the new if block added in a6f4c23#diff-17ed820d5141a5e8565a0431e5385daeR24, mysqld started fine.
I couldn't find any additional logs when poking around the image interactively, but I did notice that mysqld was attempting to start in a loop (I'd see one pid for it, then it would disappear, then another). The only output I had was:
The text was updated successfully, but these errors were encountered: