OpenSim/MoneyServer/standalone_0.7
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** Support of StandAlone mode for v0.7.x [#nf42a9ad]
- You can not use Currency Server with SQLite.
- If you want to execute Currency Server with StandAlon...
-- OpenSim.ini
[Startup]
..........................
; --- Null stores nothing - effectively disabling persis...
;storage_plugin = "OpenSim.Data.Null.dll"
..........................
;storage_plugin = "OpenSim.Data.SQLite.dll"
;storage_plugin = "OpenSim.Data.SQLiteLegacy.dll"
;storage_connection_string="URI=file:OpenSim.db,version=...
..........................
storage_plugin="OpenSim.Data.MySQL.dll"
storage_connection_string="Data Source=localhost;Databas...
-- StandaloneCommon.ini
[DatabaseService]
..........................
; SQLite
;Include-Storage = "config-include/storage/SQLiteStandal...
..........................
; MySql
; Uncomment these lines if you want to use mysql storage
; Change the connection string to your db details
StorageProvider = "OpenSim.Data.MySQL.dll"
ConnectionString = "Data Source=localhost;Database=db_na...
-- And you should change ''[GridService]'' section at ''b...
-- Please enable ''StorageProvider = "OpenSim.Data.MySQL....
[GridService]
;; For in-memory region storage (default)
; StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
;;--- For MySql region storage (alternative)
StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
-- In addition, please chage [PresenceService]section at ...
-- Please add ''StorageProvider = "OpenSim.Data.MySQL.dll...
[PresenceService]
LocalServiceModule = "OpenSim.Services.PresenceServic...
;;StorageProvider = "OpenSim.Data.Null.dll"
StorageProvider = "OpenSim.Data.MySQL.dll"
#br
終了行:
** Support of StandAlone mode for v0.7.x [#nf42a9ad]
- You can not use Currency Server with SQLite.
- If you want to execute Currency Server with StandAlon...
-- OpenSim.ini
[Startup]
..........................
; --- Null stores nothing - effectively disabling persis...
;storage_plugin = "OpenSim.Data.Null.dll"
..........................
;storage_plugin = "OpenSim.Data.SQLite.dll"
;storage_plugin = "OpenSim.Data.SQLiteLegacy.dll"
;storage_connection_string="URI=file:OpenSim.db,version=...
..........................
storage_plugin="OpenSim.Data.MySQL.dll"
storage_connection_string="Data Source=localhost;Databas...
-- StandaloneCommon.ini
[DatabaseService]
..........................
; SQLite
;Include-Storage = "config-include/storage/SQLiteStandal...
..........................
; MySql
; Uncomment these lines if you want to use mysql storage
; Change the connection string to your db details
StorageProvider = "OpenSim.Data.MySQL.dll"
ConnectionString = "Data Source=localhost;Database=db_na...
-- And you should change ''[GridService]'' section at ''b...
-- Please enable ''StorageProvider = "OpenSim.Data.MySQL....
[GridService]
;; For in-memory region storage (default)
; StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
;;--- For MySql region storage (alternative)
StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
-- In addition, please chage [PresenceService]section at ...
-- Please add ''StorageProvider = "OpenSim.Data.MySQL.dll...
[PresenceService]
LocalServiceModule = "OpenSim.Services.PresenceServic...
;;StorageProvider = "OpenSim.Data.Null.dll"
StorageProvider = "OpenSim.Data.MySQL.dll"
#br
ページ名: