1

mysql will stop automatically

All my settings are working.

Yesterday I encounter a problem that my mysql is not working anymore. If I up my docker docker-compose up -d the mysql will run just a seconds and it will stop automatically.

See my logs

enter image description here

I already tried this solution https://dba.stackexchange.com/questions/163445/innodb-ignoring-the-redo-log-due-to-missing-mlog-checkpoint at some point, it's still not working.

Is there anyone who encounter this problem and can you please guide me how to fix this. Thanks!

1
  • can you provide your docker-compose.yml and the error it throws? Commented Aug 31, 2018 at 6:46

1 Answer 1

3

Basically that is related to cache on your docker, try this command docker-compose build --no-cache. That worked for me.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.