Update Accessing the Database authored by Devin's avatar Devin
......@@ -9,7 +9,7 @@ Regardless of which one you need to access, they are both running in a docker co
# Server
To access the FRPG server's database, you will need to first open an SSH tunnel to the server. You will need to get credentials from Dr. Wellington if you do not have them already.
To access the FRPG server's database, you will need to first open an SSH tunnel to the server. You will need to get credentials from Dr. Wellington if you do not have them already. You can follow [this guide](Connecting-With-SSH) if you don't know how to use SSH.
Once you're in, run the following command:
- `docker exec -it frpg_mysql mysql`
......
......