Sequel Ace
Reviewedbyfl
♠️
Ace is ace.
Connect to the fortrabbit database using Sequel Ace.
Sequel Ace is a fast, open-source, native MySQL/MariaDB client for macOS and the successor to Sequel Pro. It's free to use.
Connection setup
To connect to the fortrabbit database, use the SSH connection tab. SSH tunneling is required for secure remote access.
- 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 the 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.