Home > Back-end >  macOS - Dockerize MySQL service connection refused, crashes upon use
macOS - Dockerize MySQL service connection refused, crashes upon use

Time:12-15

Using mysql(v8.0.21) image with mac docker-desktop (v4.2.0, Docker-Engine v20.10.10)

As soon service up:

  • entrypoints ready
  • innoDB initialization done
  • ready for connection

But as soon try to run the direct script(query) it crashes, refused to connect (also from phpmyadmin) and restarted again.

  1. docker-desktop resources allocation
  • Related