This document contains information on what's needed to get started with the Red Squirrel MySQL database
To acceess the database you will need the following information which will be provided using a secure method, such as Stache
- An active CALS VPN connection
- The address and port number of the MySQL server
- The username and password to use to access the data in the database
- The name of the database (redsq)
The server and user information will be provided via a secure method
First, download MySQL Workbench to your machine and install it using the MySQL provided instructions. This can be skipped if you already have MySQL Workbench installed
Open the Setup New Connection dialog by clicking the '+' sign next to "MySQL Connections"
- Set Connection Name to "Red Squirrel" (without the double quotes)
- Change Hostname, Port, and Username to what was provided to you
- You can save the password in the Keychain if desired, otherwise you will need to provide the password each time you log into the server
- Use "redsq" for Default Schema (without the double quotes)
Before dismissing the dialog, test the connection to confirm that the information was correctly entered
On the Home Screen tab, click on the Red Squirrel tile to connect to the database
If necessary, open a SQL Query tab
Enter your query into the SQL Query Panel. For example,
SELECT * FROM cvd_age;
Click the Execute button to run the query (represented by a plain lightning bolt)