flagflag  
1: 2011-05-06 (Fri) 14:45:16 admin source
Line 1: Line 1:
 +** Support of StandAlone mode for v0.7 [#nf42a9ad]
 +- You can not use Currency Server with SQLite.
 +- If you want to execute Currency Server with  StandAlone mode, you should use MySQL DB.
 +-- OpenSim.ini
 + [Startup]
 + ..........................
 + ; --- Null stores nothing - effectively disabling persistence:
 + ;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=3";
 + ..........................
 + storage_plugin="OpenSim.Data.MySQL.dll"
 + storage_connection_string="Data Source=localhost;Database=db_name;User ID=db_id;Password=db_password;"
 +
 +-- StandaloneCommon.ini
 + [DatabaseService]
 + ..........................
 + ; SQLite
 + ;Include-Storage = "config-include/storage/SQLiteStandalone.​ini";
 + ..........................
 + ; 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_name;User ID=db_id;Password=db_password;"
 +
 +
 +-- And you should change ''[GridService]'' section at ''bin/config-include/StandaloneCommon.in​i''.
 +-- Please enable ''StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"'' line.
 + [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 ''bin/config-include/Standalone.ini'', too.
 +-- Please add ''StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"''.
 + [PresenceService]
 +   LocalServiceModule = "OpenSim.Services.PresenceService.dll:Pre​senceService"
 +   ;;StorageProvider = "OpenSim.Data.Null.dll"
 +   StorageProvider = "OpenSim.Data.MySQL.dll"
 +
 +#br


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 2024Next Month
Su Mo Tu We Th Fr Sa
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Today

Who's Online

45 user(s) are online (3 user(s) are browsing xpwiki)

Members: 0
Guests: 45

more...

Access Counter

Today : 2333233323332333
Yesterday : 7844784478447844
Total : 2368619723686197236861972368619723686197236861972368619723686197
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com