Skip to content

Instantly share code, notes, and snippets.

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 kaminskypavel/51f1dfc885fec78d5cfbeaca00bbaa1c to your computer and use it in GitHub Desktop.
Save kaminskypavel/51f1dfc885fec78d5cfbeaca00bbaa1c to your computer and use it in GitHub Desktop.
Mysql + dummy data (docker)
docker run -d --name mysql-employees -p 3306:3306 -e MYSQL_ROOT_PASSWORD=college -v data:/var/lib/mysql genschsa/mysql-employees
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment