Confluence 2.7 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
To run Confluence using the SQL Server, you must create a database table and user, download the database drivers and insert the connection details.
- Review Known Issues For SQL Server
- Identify Character Encoding
To identify which character encoding to use, check the encoding used by your application server and Confluence now. All three must use compatible encoding. For example, the default SQL Server encoding of USC-2 is compatible with UTF-8.
- Create Database
As an SQL administrator, create a new database. If you set your application server and Confluence to use an encoding incompatible with USC-2, specify that character encoding for the database.
- Create SQL User Account
As an SQL administrator, create a new user account for Confluence. Provide full create, read and write permissions for the table. Note that Confluence must be able to create its own schema.
- Install Database Drivers
SQL Server users are strongly recommended to install the jTDS JDBC drivers. Copy the driver filejtds-<version>.jar
into your standalone's common/lib directory. If you are configuring a datasource to connect to your MS SQL server database, you may find this page helpful: http://jtds.sourceforge.net/faq.html
- Start Confluence and visit the home URL (eg http://localhost:8080) to start the Confluence Setup Wizard and select a Custom Install, insert the relevant connection information.
- When prompted for a driver class name in the database setup step enter:
net.sourceforge.jtds.jdbc.Driver
- When prompted for the jdbc url, the format to use is:
jdbc:jtds:sqlserver://<server>:<port>/<database>
概要
コンテンツ ツール
アプリ