Skip to content

Instantly share code, notes, and snippets.

@jjcodes78
Created November 13, 2020 01:33
Show Gist options
  • Save jjcodes78/f31b5887eb9ac0fd0b6f2eeb7409947d to your computer and use it in GitHub Desktop.
Save jjcodes78/f31b5887eb9ac0fd0b6f2eeb7409947d to your computer and use it in GitHub Desktop.
MySQL Docker
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