Created
November 13, 2020 01:33
-
-
Save jjcodes78/f31b5887eb9ac0fd0b6f2eeb7409947d to your computer and use it in GitHub Desktop.
MySQL Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --name docker-mysql -e MYSQL_ALLOW_EMPTY_PASSWORD="yes" -e MYSQL_ROOT_PASSWORD="" -p 3306:3306 -d mysql:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment