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

bradparks/mysql-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

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 on 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