Revision: 2788
Author: seba.wagner
Date: Thu Jan 14 09:28:56 2010
Log: Reset Default Config
http://code.google.com/p/openmeetings/source/detail?r=2788

Modified:
 /trunk/singlewebapp/WebContent/conf/hibernate.cfg.xml

=======================================
--- /trunk/singlewebapp/WebContent/conf/hibernate.cfg.xml Thu Jan 14 09:15:56 2010 +++ /trunk/singlewebapp/WebContent/conf/hibernate.cfg.xml Thu Jan 14 09:28:56 2010
@@ -10,13 +10,13 @@

                <!-- User  / Password -->
                <property name="connection.username">root</property>
-               <property name="connection.password">admin</property>
+               <property name="connection.password"></property>

                <!-- Database Settings -->
                <property 
name="connection.driver_class">com.mysql.jdbc.Driver</property>
<!-- for performance reasons changed to MyISAM from org.hibernate.dialect.MySQLInnoDBDialect --> <property name="dialect">org.hibernate.dialect.MySQLMyISAMDialect</property> - <property name="connection.url">jdbc:mysql://192.168.0.3/openmeetings_max_test?autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&amp;characterEncoding=utf-8</property> + <property name="connection.url">jdbc:mysql://localhost/openmeetings?autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&amp;characterEncoding=utf-8</property>

                <property name="hibernate.connection.CharSet">utf8</property>
                <property 
name="hibernate.connection.characterEncoding">utf8</property>
-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.


Reply via email to