Setup Database Connection In Sequel Pro

  1. Make sure the database has been started using

     docker-compose up

    For more information see Running Locally.

  2. Download Sequel Pro

  3. Install Sequel Pro

  4. Open Sequel Pro

  5. Click Standard

  6. Name: localhost

  7. Username: root

  8. Port: 3307 (The MySQL standard is to use 3306, i've used 3307 to avoid clashes)

  9. Test Connection

  10. Save as Favorites

  11. Connect

  12. Select the glue database on the top left dropdown

  13. Have a look around

Last updated