Как изменить имя базы данных в Apache OpenMeetings 2.1.0?

Как изменить имя базы данных в Apache OpenMeetings 2.1.0?

Какие части файла persistence.xml я могу изменить, или мне тоже нужно редактировать некоторые другие файлы?

Я хочу изменить имя базы данных mysql с "openmeetings" на что-то другое, возможно, "db_openmeetings".

Был бы очень признателен за помощь.

1 ответ

Решение

Его в свойствах соединения:

Смотрите: mysql: // localhost: 3306 / openmeetings

localhost = хост 3306 = порт openmeetings = имя базы данных

<property name="openjpa.ConnectionProperties"
                value="DriverClassName=com.mysql.jdbc.Driver
                    , Url=jdbc:mysql://localhost: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=root
                    , Password=" />
Другие вопросы по тегам