Revision: 4379
Author: [email protected]
Date: Fri Oct 7 08:08:43 2011
Log: Edited wiki page Configuration_Mysql through web user interface.
http://code.google.com/p/openmeetings/source/detail?r=4379
Modified:
/wiki/Configuration_Mysql.wiki
=======================================
--- /wiki/Configuration_Mysql.wiki Fri Oct 7 08:05:57 2011
+++ /wiki/Configuration_Mysql.wiki Fri Oct 7 08:08:43 2011
@@ -10,6 +10,8 @@
To verify if MySQL connection is working: OpenMeetings will automatically
create all tables in the database and all tables should have utf8 as
encoding/collation!
+ * If you encounter issues, you can drop the db again and delete the file
$red5/webapps/openmeetings/conf/install.xml and then run the web based
installer again
+
=== Steps todo ==
# Rename
$red5/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistance.xml<br/>to<br/>$red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistance.xml
@@ -20,3 +22,4 @@
<property name="openjpa.ConnectionProperties"
value="DriverClassName=com.mysql.jdbc.Driver,
Url=jdbc:mysql://$DB_HOST:3306/openmeetings?autoReconnect=true&useUnicode=true&createDatabaseIfNotExist=true&characterEncoding=utf-8&connectionCollation=utf8_general_ci&cachePrepStmts=true&cacheCallableStatements=true&cacheServerConfiguration=true&useLocalSessionState=true&elideSetAutoCommits=true&alwaysSendSetIsolation=false&enableQueryTimeouts=false&prepStmtCacheSize=3000&prepStmtCacheSqlLimit=1000,
MaxActive=100, MaxWait=10000, TestOnBorrow=true,
poolPreparedStatements=true, Username=$USER_NAME, Password=$USER_PASS"/>
}}}
+ ' Run red5-service and goto the web-based installer:
http://localhost:5080/openmeetings/install
--
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.