Sequel Ace
♠️
Ace is ace.
Connect to your fortrabbit database using Sequel Ace.
Sequel Ace is a fast, open-source, native MySQL/MariaDB client for macOS. It is the successor to the popular Sequel Pro. It's free to use. We like it.
# Connection setup
To connect to your fortrabbit database, use the SSH connection tab.
- Open Sequel Ace and select the SSH tab.
- Name: Give it a name (e.g.,
My App). - MySQL Host:
mysql(Do not use localhost or an IP address). - Username:
{{app-env-id}} - Password: Enter your database password from the Dashboard.
- Database:
{{app-env-id}} - Port:
3306 - SSH Host:
ssh.{{region}}.frbit.app - SSH User:
{{app-env-id}} - SSH Key: Select your local private SSH key (e.g.,
~/.ssh/id_rsa).
Click Test Connection to verify, then Connect or Add to Favorites.