1

How do I connect to vagrant mysql database with Sequel Pro? Specifically, ScotchBox 3?

LiveSource
  • 6,230
  • 4
  • 21
  • 20

1 Answers1

3

An easy option is to connect via Sequel Pro's SSH option:

MySQL Host: 192.168.33.10 (or your vagrant IP address, if different)

Username: root (or your custom mysql username)

Password: root (or your custom mysql password)

SSH Host: 192.168.33.10 (or your vagrant IP address, if different)

SSH User: vagrant

SSH Password: vagrant

LiveSource
  • 6,230
  • 4
  • 21
  • 20