Update Database Instructions authored by Derek Williams's avatar Derek Williams
......@@ -67,3 +67,40 @@ The environment variables text box in each run configuration should contain: `IN
| Outside Mowrey | Server | `GameServer.main` | --port="1882" --map="outsideOfMowrey.tmx" | FreshmanRPG/GameServer |
| Quad | Server | `GameServer.main` | --port="1883" --map="quad.tmx" | FreshmanRPG/GameServer |
| DHC1 | Server | `GameServer.main` | --port="1884" --map="dhc1.tmx" | FreshmanRPG/GameServer |
| Restful Server | Server | `GameServer.main` | --localhost --RestfulServer | FreshmanRPG/GameServer |
# Connecting to the Database
---
### Open the menu to create a new connection.
---
1) In IntelliJ Ultimate, open the database tab in the top right.
2) In the top-left of the panel that opened, click the `+`.
1) Hover over `Data Source` and select `MySQL` in the context menu that appears.
### Open the SSH/SSL tab of the creation window. This is only required if connecting to the production database.
---
1) Click on the checkbox labeled `Use SSH Tunnel` and then click the `...` to the right of the dropdown list.
2) In the screen that appears, click the `+` in the top-left
3) Enter the following information:
Request login information from Dr. Wellington
4) Click `Test Connection`
1) If the connection fails, please verify that you entered the correct credentials
### Open the General tab of the creation window.
---
1) Enter the following information:
Request login information from Dr. Wellington
2) Under the text boxes that you just changed, click `Test Connection`
1) If the connection fails, please verify that you entered the correct credentials
### Open the Schemas tab of the creation window.
---
1) Click the box labeled `frpg` until a checkmark appears.
1) If you do not see the above-mentioned label, give IntelliJ a minute to connect to the database or try to reopen the window to save the configuration.
### Click OK and enjoy your database access
\ No newline at end of file