Spinning up MySQL with Docker

Spinning up MySQL Database with Docker

This is the best way to start since you don’t have to install MySQL locally and configure it and run into like thousands of issues and in the end not being able to make it, docker makes it much easier for me or probably for you also to spin up a MySQL database in minutes. To get started follow these steps: Pull the latest image, docker pull mysql:latest You don’t have to do it manually it will download automatically if not installed when we spin up the container....

July 21, 21030 · 2 min