[Logo] JForum - Powering Communities
  [Search] 搜尋   [Recent Topics] 最新主題   [Hottest Topics] 熱門主題   [Top Downloads] 熱門下載   [Groups] 回首頁 
[Register] 會員註冊 /  [Login] 登入 


JForum 2.8.3 is out with various fixes and improvements. Read all about it here

JForum + Derby RSS feed
討論區首頁 » User Forum
發表人 內容
KevinWorkman


註冊時間: 2012/2/14
文章: 2
離線
Hello,

I'm attempting to install JForum as an add-on to an existing site (the site is not live yet). The existing site uses a JavaDB/Derby database, so I was hoping to use the existing database for JForum. However, when I try to setup JForum, I find that there is no option to use a JavaDB/Derby database. Is there something I'm missing? Is there a way around this?

Thanks,

Kevin
andowson


註冊時間: 2011/6/30
文章: 250
離線
JForum2 currently only supports the following databases(newer version is preferred, old version may be not working):
1.MySQL (v5.0 or later)
2.PostgreSQL (v7.3 or later)
3.HSQLDB
4.Oracle Database
5.Microsoft SQL Server (2000 or later)

If you want to use other database, you'll need to create the whole set yourself
src/main/config/database/derby/
+derby.properties
+derby.sql
+derby_data_dump.sql
+derby_db_struct.sql

src/main/java/net/jforum/dao/derby/
+DerbyDataAccessDriver.java

You can reference other database than MySQL to have an idea of how to implement it.
Afetr that, you can use manual installation to install it.
KevinWorkman


註冊時間: 2012/2/14
文章: 2
離線
Thanks for the reply. I was figuring that would be what I had to do, but given my pretty limited experience with databases, I was hoping that somebody else had already done it and there was a solution floating around. I'll have to take a closer look at it. Thanks again for the response!
 
討論區首頁 » User Forum
前往:   
行動版
Powered by JForum 2.8.3 © 2023 JForum Team • Maintained by Andowson Chang and Ulf Dittmer