If you do not want to install mysql with Homebrew, install in Vagrant.
This repository provide you MySQL + Vagrant + Docker environment on local machine(Mac OS X).
Docker(MySQL) + Docker(Volume container)
↑
Vagrant
↑
Mac OS X
- VirtualBox
- Vagrant
vagrant upat vagrant
docker exec -i mysql /bin/bash -c 'cat > ~/dump.sql' < share/dump.sql
docker exec -i mysql /bin/bash -c 'mysql -uroot < ~/dump.sql'coming soon