mysql-vagrant is a quick way to run mysql locally for development without an ssh tunnel
$ vagrant up
- host: 33.33.33.1
- username: root
- password: root
For development use only, do not use on production. Also, make sure your mysql port (3306) is not open on your computer for a local network or in general.
MIT