Sequel Pro is a desktop app that gives you direct access to MySQL databases. In this guide we’re going to show how to set it up to be able to view, edit, delete, import, and export database contents on Chassis.
Connect Using the Chassis Extension #
Set up the Sequel Pro Chassis extension on your local environment.
Navigate into the Chassis directory and run vagrant sequel.
Manually Connect #
- Start Sequel Pro, and navigate to the SSH tab on the welcome screen.
- Enter
Chassisinto the Name field. - Set the MySQL Host field to
127.0.0.1. - Enter the database configuration values of your Chassis install into the fields below. These are the defaults:
- Username:
wordpress - Password:
vagrantpassword - Database:
wordpress
- Username:
- Leave the Port field empty to use the default value of
3306. - Set the SSH Host to
127.0.0.1and the SSH User tovagrant. - Click on the key icon next to the SSH Key field to find your SSH key:
- Navigate to the root of your computer. It has house icon next to its name.
- Navigate into the
.sshfolder. If you don’t see it, make sure that the Show hidden files checkbox in the lower left corner is checked. - Click on the
id_rsafile. - The SSH Key field should now containt
~/.ssh/id_rsa.
- Set the SSH Port field to
2222. - Click on the Test Connection button. If everything works, click on Add to Favourites to save the connection details for later.
- Click on Connect.