Simple vagrant machine running MySQL 8 on Ubuntu 18.04. Start the machine via vagrant up
, connect to it at 127.0.0.1
on port 3306 as user root
, password root
. This is for local development only, not production. If you delete the VM you will lose your data.
MIT License