TablePlus
Reviewedbyfl
🐘
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
Use SSH tunneling to securely connect to your fortrabbit database in TablePlus by enabling the Over SSH connection option.
- Open TablePlus and create a new connection.
- Select MySQL as the driver.
- Name: Give it a name (e.g.,
My App). - Host:
mysql(Do not use localhost or an IP address). - Port:
3306 - User:
{{app-env-id}} - Password: Enter your database password from the Dashboard.
- Database:
{{app-env-id}} - Enable Over SSH.
- Server:
ssh.{{region}}.frbit.app - Port:
22 - User:
{{app-env-id}} - Use SSH Key: Select your local private SSH key.
Click Test to verify the connection, then Save.