Ignore:
Timestamp:
2019-02-07T20:14:03+13:00 (5 years ago)
Author:
ak19
Message:

Western Wilson stuff. Final changes to get the mysql.props file running directly off the-macronizer checkout after ant's been run on it (and the 'ant logs-to-db-instructions' have been followed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/the-macronizer/trunk/src/java/util/MySQLAccess.java

    r32749 r32755  
    6060    private String PASSWORD; //= "pinky";
    6161
    62     private final String PROPS_FILENAME = "classes/mysql.properties"; // set to "classes/mysql.properties" for IntelliJ
     62    private final String PROPS_FILENAME = "mysql.properties"; // set to "classes/mysql.properties" for IntelliJ
    6363
    6464    //Makes a connection to the server
Note: See TracChangeset for help on using the changeset viewer.