Skip to content

A quick way to run mysql locally for development without an ssh tunnel

License

Notifications You must be signed in to change notification settings

hLittle/mysql-vagrant

This branch is 3 commits ahead of bradparks/mysql-vagrant:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

af76a49 · Nov 6, 2016

History

10 Commits
Sep 19, 2016
Sep 4, 2014
Apr 15, 2015
Sep 19, 2016
Nov 6, 2016
Sep 4, 2014

Repository files navigation

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 in production. Also, make sure your mysql port (3306) is not open on your computer for a local network or in general.

License

MIT

About

A quick way to run mysql locally for development without an ssh tunnel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%