Revision: 4536
Author:   [email protected]
Date:     Fri Nov 11 05:55:46 2011
Log:      Edited wiki page Configuration_Mysql through web user interface.
http://code.google.com/p/openmeetings/source/detail?r=4536

Modified:
 /wiki/Configuration_Mysql.wiki

=======================================
--- /wiki/Configuration_Mysql.wiki      Fri Nov 11 05:55:05 2011
+++ /wiki/Configuration_Mysql.wiki      Fri Nov 11 05:55:46 2011
@@ -14,7 +14,7 @@

 === Steps todo ==
# Rename<br/>$red5/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistance.xml<br/>to<br/>$red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml - # Prepare Database Settings - go to openmeetings_version_no_xx/webapps/openmeetings/WEB-INF/classes/META-INF/persistance.xml + # Prepare Database Settings - go to openmeetings_version_no_xx/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml MySQL-Database-Users: Alter following config values in `persistance.xml` $DB_HOST $USER_NAME $USER_PASS with your values
      {{{
<property name="openjpa.ConnectionProperties" value="DriverClassName=com.mysql.jdbc.Driver, Url=jdbc:mysql://$DB_HOST:3306/openmeetings?autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&amp;characterEncoding=utf-8&amp;connectionCollation=utf8_general_ci&amp;cachePrepStmts=true&amp;cacheCallableStatements=true&amp;cacheServerConfiguration=true&amp;useLocalSessionState=true&amp;elideSetAutoCommits=true&amp;alwaysSendSetIsolation=false&amp;enableQueryTimeouts=false&amp;prepStmtCacheSize=3000&amp;prepStmtCacheSqlLimit=1000, MaxActive=100, MaxWait=10000, TestOnBorrow=true, poolPreparedStatements=true, Username=$USER_NAME, Password=$USER_PASS"/>

--
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