Setup Database Connection In Sequel Pro
Make sure the database has been started using
docker-compose up
For more information see Running Locally.
Download Sequel Pro
Install Sequel Pro
Open Sequel Pro
Click Standard
Name: localhost
Username: root
Port: 3307 (The MySQL standard is to use 3306, i've used 3307 to avoid clashes)
Test Connection
Save as Favorites
Connect
Select the glue database on the top left dropdown
Have a look around
Last updated