Skip to content

Commit

Permalink
Merge pull request #5 from arobert3434/doc_mysql_troubleshoot
Browse files Browse the repository at this point in the history
Add troubleshooting note about host-mapped volume issue with MariaDB
  • Loading branch information
Juan Cuzmar authored Feb 14, 2020
2 parents a661cac + 11969af commit 11f8112
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ Fix it with:
```
sudo chmod -Rf 755 /path/to/project
```

If you get errors about activating InnoDB and you are on Windows or Mac, you
may be encountering [this
issue](https://github.com/docker-library/mariadb/issues/95) with using
host-mapped volumes for MariaDB. Work-around is to use a named volume
(persistent but not mapped), or [add/overwrite mysql config](https://github.com/docker-library/mariadb/issues/95#issuecomment-391587301) before entry.

If missing libs please let me know or create a pull request

## Repos
Expand Down

0 comments on commit 11f8112

Please sign in to comment.