Start server:

vagrant up

Access phpmyadmin:

http://10.1.1.11/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