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
 
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.