H2 database control: Difference between revisions
Content deleted Content added
imported>Kymara No edit summary |
imported>AntumDeluge →Connecting to the H2 Database: side-by-side connections |
||
| (One intermediate revision by the same user not shown) | |||
Line 1:
== 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:
[[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.
| |||