1: 2011-08-19 (金) 15:38:23 iseki  |
現: 2011-08-19 (金) 16:02:25 iseki  |
| *** Support of StandAlone mode for v0.7 [#v6a1253e] | | *** Support of StandAlone mode for v0.7 [#v6a1253e] |
- | - You can not use [[XoopenSim>XoopenSim (E)]]/[[Modlos>Modlos (E)]] with SQLite. | + | - OpenSim.ini |
- | - If you want to execute [[XoopenSim>XoopenSim (E)]]/[[Modlos>Modlos (E)]] with StandAlone mode, you should use MySQL DB. (MySQL settings are at OpenSim.ini, config-include/Standalone.ini and config-include/StandaloneCommon.ini) | + | |
- | -- OpenSim.ini | + | |
| [Startup] | | [Startup] |
| .......................... | | .......................... |
| storage_connection_string="Data Source=localhost;Database=db_name;User ID=db_id;Password=db_password;" | | storage_connection_string="Data Source=localhost;Database=db_name;User ID=db_id;Password=db_password;" |
| | | |
- | -- StandaloneCommon.ini | + | - StandaloneCommon.ini |
| [DatabaseService] | | [DatabaseService] |
| .......................... | | .......................... |
| ConnectionString = "Data Source=localhost;Database=db_name;User ID=db_id;Password=db_password;" | | 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.ini''. | + | - And you should change ''[GridService]'' section at ''bin/config-include/StandaloneCommon.ini''. |
- | -- Please enable ''StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"'' line. | + | - Please enable ''StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"'' line. |
| [GridService] | | [GridService] |
| ;; For in-memory region storage (default) | | ;; For in-memory region storage (default) |
| StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" | | StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" |
| | | |
- | | + | - In addition, please chage [PresenceService]section at ''bin/config-include/Standalone.ini'', too. |
- | -- In addition, please chage [PresenceService]section at ''bin/config-include/Standalone.ini'', too. | + | - Please add ''StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"''. |
- | -- Please add ''StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"''. | + | |
| [PresenceService] | | [PresenceService] |
| LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" | | LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" |
| ;;StorageProvider = "OpenSim.Data.Null.dll" | | ;;StorageProvider = "OpenSim.Data.Null.dll" |
- | StorageProvider = "OpenSim.Data.MySQL.dll" | + | StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" |