Orpheus icon indicating copy to clipboard operation
Orpheus copied to clipboard

Connection

Open iSik opened this issue 13 years ago • 1 comments

In Server.java:

        if (!ServerConstants.DB_USE_COMPILED_VALUES) { 
            DatabaseConnection.update("jdbc:mysql://" + p.getProperty("mysql_host") + ":" + p.getProperty("mysql_port") + "/Orpheus?autoReconnect=true", p.getProperty("mysql_user"), p.getProperty("mysql_pass"));
        }

Make "/Orpheus" editable in the makesrv/ini also in case people use a different database name.

iSik avatar Jun 23 '12 04:06 iSik

Reasonable enough. Will do.

aatxe avatar Jun 23 '12 05:06 aatxe