STAND-120: Move Demo and CIEL Database Packaging from Build-Time to Runtime Platform (#77)
* move Demo and CIEL Database Packaging from Build-Time to Runtime
* fixing test failures
* adding support for mysqldump via MySQL on CI
* removing the wildcard*
* addressing linux and win install mysql
* finding mysqldump on ci
* revert to mysqldump
* adding ci linux mysqldump checks
* adding arg column-statistics=0 to pass the linux build
* cleanup and updating README.md
* adding cleaning step for linux
* using bin/mariadb-dump instead of mysqldump
* using bin/mariadb-dump instead of mysqldump
* using scripts to solve mysqldump for windows
* using java DatabaseDumper to solve mysqldump for windows