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
 
(11 intermediate revisions by 2 users 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.
Line 16 ⟶ 20:
 
http://localhost:8082/
 
Don't connect yet as you need to set the ...
 
===Configuration parameters===
At the ''URL JDBC:'' text field, copy and paste this: