How to access dev DB if mendix does not start

2
Ok - here is the question: How can one use the HSQL DB manager to connect to a Mendix Dev database, if mendix does not want to start? This works: C:\Program Files\Mendix\2.5.3\runtime>java -cp ./lib/hsqldb.jar org.hsqldb.util.DatabaseManagerSwing But then what is the connection string to connect to the instance that Mendix uses?
asked
1 answers
1

See my answer here: https://forum.mendix.com/questions/1875/HSQLDB-Instance--access-with-other-tools#3307

answered