MySQL with data
mysql_with_data
is dependent on the following libs and programs:
- docker
- docker-compose
- make
- mysql client
All credit goes to:
Giuseppe Maxia
http://datacharmer.blogspot.com
https://github.com/datacharmer/test_db
CMD | ACTION |
---|---|
make help |
shows all available targets |
make run |
runs mysql server (if you want data run make build first |
make data_load |
starts mysql, loads data and stops mysql |
make test |
run tests |
make clear |
stops mysql and clears data |