Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 456 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 456 Bytes

mysql-vagrant

mysql-vagrant is a quick way to run mysql locally for development without an ssh tunnel

Start server

 $ vagrant up

Connect to mysql:

  • host: 33.33.33.1
  • username: root
  • password: root

From sequel pro

Warning

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.

License

MIT