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.
- 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.