Glue Stack
GitHubLive AppChat
1.0.0
1.0.0
  • Read Me
  • Architecture
    • How Web Applications Work
  • Development
    • Our Development Process
    • Running Locally
    • Setup Development Tools
    • Setup Visual Studio Code (vscode)
    • Setup Database Connection In Sequel Pro
    • Building Glue Stack From an Empty Folder
    • Developing Process Documentation
    • UI Connect Component
  • Infrastructure
    • Setup AWS Account
    • Setup AWS Cloud Infrastructure
    • Continuous Integration (CI): Travis CI
    • Performance Testing and Connection Pool Sizes
Powered by GitBook
On this page
  1. Development

Setup Database Connection In Sequel Pro

PreviousSetup Visual Studio Code (vscode)NextBuilding Glue Stack From an Empty Folder

Last updated 6 years ago

  1. Make sure the database has been started using

     docker-compose up

    For more information see .

  2. Download

  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

Running Locally
Sequel Pro