Wednesday, March 28, 2018

mysqld: Can't create/write to file '/var/lib/mysql/is_writable' (Errcode: 13 - Permission denied)

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 7, 2018

how to reinstall or rebuild laradock

Let's just upgrade.
  1. 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).
  2. Rebuild your containers docker-compose build --no-cache (This might wipe your Data container)
  3. Try again.. best of luck :)