Connecting To foreflow
Introduction
Some advanced users may wish to connect directly to the foreflow database using different applications. Currently the only supported method is connecting using SSH.
Below you will find instructions for connecting to foreflow using different clients.
Prerequisites
To connect directly to the foreflow database you'll need to obtain the following from your Administrator or foreflow Account Manager:
- Server IP Address or domain (e.g.
yourcompany.foreflow.com
)
- SSH username
- SSH password (or SSH key)
- Database name (typically
foreflow
)
- Database username
- Database password
Application Instructions
TablePlus
TablePlus is a Database management tool available for MacOS and Windows.
- Create a new connection
- Choose "MySQL" for the type
- Enter a desired name for the connection in the "Name" field
- Click the "Over SSH" button at the bottom of the "MySQL Connection" window
- Enter the IP Address or domain name
- Enter the SSH username in the lower "User" field
- Enter the SSH Password (or select the SSH Key) in the lower "Password" field
- Enter the Database name in the "Database" field
- Enter the Database username in the upper "User" field
- Enter the Database password in the upper "Password" field
- Click "Test" to verify the connection and "Save" to store the connection in TablePlus
Sequel Pro
Sequel Pro is a Database management tool available for MacOS.
- Create a new connection
- Click the "SSH" button at the top instead of "Standard"
- Enter a desired name for the connection in the "Name" field
- Enter the IP Address or domain name in the "SSH Host" field
- Enter the SSH username in the "SSH User" field
- Enter the SSH Password (or select the SSH Key) in the "SSH Password" field
- Enter the Database name in the "Database" field
- Enter the Database username in the "Username" field
- Enter the Database password in the "Password" field
- Click "Test Connection" to verify the connection and "Add to Favorites" to store the connection in Sequel Pro