Skip to content
This repository was archived by the owner on Mar 10, 2018. It is now read-only.

Connection #29

Open
iSik opened this issue Jun 23, 2012 · 1 comment
Open

Connection #29

iSik opened this issue Jun 23, 2012 · 1 comment

Comments

@iSik
Copy link

iSik commented Jun 23, 2012

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.

@aatxe
Copy link
Owner

aatxe commented Jun 23, 2012

Reasonable enough. Will do.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants