-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Can't create/write to file '/var/lib/mysql/is_writable' #1107
Conversation
This created problem on my Linode Linux server. MySQL fails to run.
@Mahmoudz Your Travic-ci build is also failing. Please Check.... with PHP_VERSION=71 Update: Also failing on my windows machine
Removing this |
Have you tried to rebuild mysql container after adding |
@oaattia Yes, I tried with rebuilding the container, still failing... |
After I removed the line |
Can't create/write to file '/var/lib/mysql/is_writable'
I had issue that preventing me from starting mysql container, the error was like the following
Can't create/write to file '/var/lib/mysql/is_writable'
I found that it's a problem related to the user permission, as the mysql user which is not able to access folders mounted from OSX/Windows.
Added
user: 1000:50
to fix that .