/docker.mysql

this is a simple demo for mysql of docker

Primary LanguageMakefile

  • test
make test
mysql -h127.0.0.1 -uroot -P3336 -p123456
  • product

modify Makefile REGISTRY and then make product

make product