You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by pr...@apache.org on 2002/03/13 02:38:11 UTC

cvs commit: jakarta-commons-sandbox/periodicity/conf/torque torque.mysql.properties

prickett    02/03/12 17:38:11

  Added:       periodicity/conf/torque torque.mysql.properties
  Log:
  Added a new configuration file customized for using torque with mysql.
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/periodicity/conf/torque/torque.mysql.properties
  
  Index: torque.mysql.properties
  ===================================================================
  log4j.rootCategory=DEBUG, default
  log4j.appender.default=org.apache.log4j.FileAppender
  log4j.appender.default.file=./torque.log
  log4j.appender.default.layout=org.apache.log4j.SimpleLayout
  
  torque.database.default=periodicity
  torque.database.periodicity.driver=org.gjt.mm.mysql.Driver
  torque.database.periodicity.url=jdbc:mysql://127.0.0.1/periodicity
  torque.database.periodicity.username=root
  torque.database.periodicity.password=
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>