-
Notifications
You must be signed in to change notification settings - Fork 56
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 verification fails - unable to start server #82
Comments
hmm, I can confirm that the sock file doesn't exist. Might be an issue with the installation? |
https://stackoverflow.com/questions/4448467/cant-connect-to-local-mysql-server-through-socket-var-lib-mysql-mysql-sock |
I find it strange that the database can't even start using the startup scripts supplied with the container. Is an unmodified version of the In our case |
I pulled the latest |
My theory is |
In this case the error:
Is more of a result of the server not starting in the first place |
The underlying issue is the fact the server is not starting in the first place:
|
Can this issue be closed now? |
I don't think we ever got around investigating further, and fixing, this. |
Some further investigation into this: The underlying issue is the permissions of the files in the The In this case the file permissions look like this:
However, when the base image is used to run the backup-container scripts at startup the behavior of the
If the permissions are changed to remove write from It appears that the first command that executes in the container executes with different permissions than all subsequent commands. If the |
Source for the container is here; https://github.com/sclorg/mariadb-container |
When trying to verify a MySQL backup:
This used to work at the time of the release, so it might be a change in the underlying MySQL image.
The text was updated successfully, but these errors were encountered: