Repository: openmeetings Updated Branches: refs/heads/3.3.x eef3a3ebc -> 68d078cd0
no jira: MySql DB name for 3.3 is changed Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/68d078cd Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/68d078cd Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/68d078cd Branch: refs/heads/3.3.x Commit: 68d078cd0f422a385929ae35b16cd5543b431877 Parents: eef3a3e Author: Maxim Solodovnik <[email protected]> Authored: Thu May 18 08:36:50 2017 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Thu May 18 08:36:50 2017 +0700 ---------------------------------------------------------------------- .../src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings/blob/68d078cd/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml ---------------------------------------------------------------------- diff --git a/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml b/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml index 06525f8..fc79038 100644 --- a/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml +++ b/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml @@ -69,7 +69,7 @@ <property name="openjpa.ConnectionDriverName" value="org.apache.commons.dbcp2.BasicDataSource" /> <property name="openjpa.ConnectionProperties" value="DriverClassName=com.mysql.jdbc.Driver - , Url=jdbc:mysql://localhost: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&useSSL=false + , Url=jdbc:mysql://localhost:3306/openmeetings_3_3?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&useSSL=false , MaxActive=100 , MaxWait=10000 , TestOnBorrow=true
