mysqld: Can't create/write to file '/var/lib/mysql/is_writable' (Errcode: 13 - Permission denied)
Solution:
open the docker-compose.yml file and then find ### MySQL Container
add
user: "1000:50"
save and run docker-compose up mysql again.
Wednesday, March 28, 2018
Wednesday, March 7, 2018
how to reinstall or rebuild laradock
Let's just upgrade.
- Upgrade your LaraDock
git pull origin master
.
(LaraDock v4 works only with Docker for Mac/Windows. If you want to keep using LaraDock toolbox (VM) use LaraDock v3). - Rebuild your containers
docker-compose build --no-cache
(This might wipe your Data container) - Try again.. best of luck :)
Subscribe to:
Posts (Atom)