1.安裝MySQL請參考
Linux環境:
Windows環境:
2.設定好MySQL儲存編碼格式請參考"設定MySQL所使用語系"
3.在mysql中開一個新的資料庫,本篇使用wiki
4.設定MySQL DB
JDBC驅動類:com.mysql.jdbc.Driver
數據庫連接:jdbc:mysql://localhost:3306/wiki?useUnicode=true&characterEncoding=utf-8
jdbc:mysql://主機名稱:連接埠/資料庫名稱?參數1=值1&參數2=值2
若是初次設定會有系統文件目錄,打上你在server上的路徑例如:
C:\endeavour-mgmt-1.25\tomcat\webapps\endeavour-wiki
或是像
/opt/endeavour-mgmt-1.25\tomcat\webapps\endeavour-wiki
這裡會有endeavour-1.25是因為這篇文章是使用了endeavour開源的程式開發管理平台,而該開源平台下具有JAM Wiki的Server。
參考:
http://caterpillar.onlyfun.net/Gossip/JavaGossip-V2/ConnectDB.htm
http://dennisping.iteye.com/blog/741609
沒有留言:
張貼留言