Deploy MySQL Docker container

MySQL is a well-known open-source relational database management system and one of the most popular web server solutions. It stores and structures data in a meaningful manner, ensuring easy accessibility.

docker run -it --name mysql5 --restart always -e MYSQL_ROOT_PASSWORD=password -d -v mysql:/var/lib/mysql -p 3306:3306  mysql:5.7