TablePlus

🐘

Modern & native.

Connect to your fortrabbit database using TablePlus.

TablePlus is a modern, native, and friendly tool for relational databases. It supports macOS, Windows, and Linux. We don't use it, but like it.

# Connection setup

To connect to your fortrabbit database, you need to configure the connection with Over SSH.

  1. Open TablePlus and create a new connection.
  2. Select MySQL as the driver.
  3. Name: Give it a name (e.g., My App).
  4. Host: mysql (Do not use localhost or an IP address).
  5. Port: 3306
  6. User: {{app-env-id}}
  7. Password: Enter your database password from the Dashboard.
  8. Database: {{app-env-id}}
  9. Enable Over SSH.
  10. Server: ssh.{{region}}.frbit.app
  11. Port: 22
  12. User: {{app-env-id}}
  13. Use SSH Key: Select your local private SSH key.

Click Test to verify the connection, then Save.

Found a tpyo?Edit