Start server:
vagrant up
Access phpmyadmin:
Credentials:
MySQL login:
User: root Password: root
phpmyadmin login:
User: root Password: root
Notes:
MySQL is set up to allow remote connections, you will just have to create a user that can connect from your location (ip, dns, % for any, etc...).
my.cnf changes:
-bind 172.0.0.1 +bind 0.0.0.0