Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #38 from aidandon/dockerInitFix
Browse files Browse the repository at this point in the history
Attempt to get around problem with docker mysql init
  • Loading branch information
stevenramirezgains authored Aug 31, 2018
2 parents c9788d8 + b78cbde commit 81e1545
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ set -ex

/etc/init.d/memcached start

#Experiment to see if this resolves the docker mysql start issue
find /var/lib/mysql/mysql -exec touch -c -a {} \;

# dump out the schema as it stands
/etc/init.d/mysql start

Expand Down

0 comments on commit 81e1545

Please sign in to comment.