There are some pre-requisites for this tutorial. And most importantly, you need to uninstall it when you don’t need it anymore.īut with technologies like VirtualBox, Vagrant, and especially Docker, you could startup your local setup way faster. Even though many databases like MySQL provide simple installers for this purpose, It is still your job to maintain that database. Especially when it involves maintaining a database locally means it is a headache. The hardest part of the development is setting up the local setup.
After completing this tutorial, you will know how to run the MySQL database locally. In this post, we will take a look at how to set up a MySQL database and phpMyAdmin in a local machine using docker for application development.