Index: lams_tool_chat/conf/hibernate/mappings/hibernate.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/conf/hibernate/mappings/Attic/hibernate.properties,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_chat/conf/hibernate/mappings/hibernate.properties 5 May 2006 00:24:39 -0000 1.1 @@ -0,0 +1,7 @@ +hibernate.connection.username=lams +hibernate.connection.password=lamsdemo +hibernate.connection.url=jdbc:mysql://localhost/lams +hibernate.connection.driver_class=com.mysql.jdbc.Driver +hibernate.dialect=org.hibernate.dialect.MySQLDialect + +