H2 database control: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Kymara No edit summary |
imported>AntumDeluge →Connecting to the H2 Database: side-by-side connections |
||
| (11 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
== Connecting to the H2 Database == |
== Connecting to the H2 Database == |
||
<del> |
|||
Make sure the game server is '''not running''' (using '''CTRL+c''' at the server command window). Otherwise you'll get this error later: |
Make sure the game server is '''not running''' (using '''CTRL+c''' at the server command window). Otherwise you'll get this error later: |
||
[[File:H2dbGuide001.png]] |
[[File:H2dbGuide001.png]] |
||
</del> |
|||
In order to access the database while server is running, "AUTO_SERVER=TRUE" must be added to the "jdbc_url" line in <code>server.ini</code>. |
|||
Open a command window as explained above. |
Open a command window as explained above. |
||
| Line 16: | Line 20: | ||
http://localhost:8082/ |
http://localhost:8082/ |
||
Don't connect yet as you need to set the ... |
|||
===Configuration parameters=== |
===Configuration parameters=== |
||
At the ''URL JDBC:'' text field, copy and paste this: |
At the ''URL JDBC:'' text field, copy and paste this: |
||