diff --git a/threadfix-main/src/main/resources/jdbc.properties b/threadfix-main/src/main/resources/jdbc.properties index 1f8901a496..9812d40cab 100644 --- a/threadfix-main/src/main/resources/jdbc.properties +++ b/threadfix-main/src/main/resources/jdbc.properties @@ -2,21 +2,21 @@ # that are referenced in /src/main/resources/applicationContext-hibernate.xml. #HSQLDB -jdbc.driverClassName=org.hsqldb.jdbcDriver -jdbc.url=jdbc:hsqldb:database/threadfix -jdbc.username=sa -jdbc.password= -hibernate.dialect=org.hibernate.dialect.HSQLDialect -hibernate.hbm2ddl.auto=update - -#MYSQL -#jdbc.driverClassName=com.mysql.jdbc.Driver -#jdbc.url=jdbc:mysql://localhost:3306/threadfix?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&jdbcCompliantTruncation=false&useSSL=false -#jdbc.username=root +#jdbc.driverClassName=org.hsqldb.jdbcDriver +#jdbc.url=jdbc:hsqldb:database/threadfix +#jdbc.username=sa #jdbc.password= -#hibernate.dialect=org.hibernate.dialect.MySQL5Dialect +#hibernate.dialect=org.hibernate.dialect.HSQLDialect #hibernate.hbm2ddl.auto=update +#MYSQL +jdbc.driverClassName=com.mysql.jdbc.Driver +jdbc.url=jdbc:mysql://localhost:3306/threadfix?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&jdbcCompliantTruncation=false&useSSL=false +jdbc.username=threadfix +jdbc.password=tfpass +hibernate.dialect=org.hibernate.dialect.MySQL5Dialect +hibernate.hbm2ddl.auto=update + # SQL Server (Enterprise only) #jdbc.driverClassName=net.sourceforge.jtds.jdbc.Driver #jdbc.url=jdbc:jtds:sqlserver://sqlserver.address:1433/threadfix;integratedSecurity=false