Skip to content

Instantly share code, notes, and snippets.

@vector4wang
Created August 11, 2019 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vector4wang/f5f3699ca59d4562e50c7dd9e6384cf4 to your computer and use it in GitHub Desktop.
Save vector4wang/f5f3699ca59d4562e50c7dd9e6384cf4 to your computer and use it in GitHub Desktop.
[Docker 安装 Mysql]
docker pull mysql:5.7

docker run --name local-mysql -p 3308:3306  -e MYSQL_ROOT_PASSWORD=123456 -d mysql:5.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment