Fails to initialize MySQL database on Windows 10

前端 未结 4 932
花落未央
花落未央 2020-12-16 15:10

Using Laradock

System Info:

  • Docker version: 17.10.0-ce, build f4ffd25
  • OS: Windows 10 Home

When I run docker-compose up -d my

4条回答
  •  星月不相逢
    2020-12-16 15:34

    I am not sure but Try this step.This is because of data folder.

    Try remove the docker image. List all images using docker images then remove the mysql & laradock mysql using docker rmi imagename. Dont forget remove the docker volume using docker volume rm volumename Also go to cd ~/.laradock/data remove the mysql folder.

    Then try docker-compose up mysql for debuging. If no errors, you could try docker-compose up -d mysql

提交回复
热议问题