Update Setting up IntelliJ - Add access to your local db authored by Merlin's avatar Merlin
......@@ -56,7 +56,26 @@ The environment variables text box in each run configuration should contain: `IN
| Old Main | Server | `GameServer.main` | --port="1887" --map="oldMainInside.tmx | FreshmanRPG/GameServer|
| Restful Server | Server | `GameServer.main` | --localhost --restfulServer | FreshmanRPG/GameServer |
# Connecting to the Database
# Connecting to Your Local 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.
3) Setting the parameters:
1) Set the port to 3308
2) Set the User to frpg
3) Set the Password to Database_Password
4) Click `Test Connection`
1) If the connection fails, please verify that you entered the correct credentials
### Click OK and enjoy your database access
# Connecting to the Production Database
---
### Open the menu to create a new connection.
......
......