This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Welcher Opensim Modus taugt für wen?
#7
Im /bin [Hauptverzeichnis] befindet sich:

OpenSim.db
Asset.db
auth.db
avatars.db
friends.db
userprofiles.db
griduser.db
inventory.db

Der Pfad zur SQLiteStandalone.ini:

~/openzims/opensim-0.9.2.0/bin/config-include/storage$ nano SQLiteStandalone.ini

Mit folgendem Inhalt:

; These are the initialization settings for running OpenSim Standalone with an SQLite database

[DatabaseService]
StorageProvider = "OpenSim.Data.SQLite.dll"
ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True"

[AssetService]
ConnectionString = "URI=file:Asset.db,version=3"

; The HGAssetService section controls the connection given to the AssetService in a Hypergrid configuration.
; This has to be separate from [AssetService] because the Hypergrid facing connector uses [HGAssetService] for its config data ins>
; However, the internal asset service will still use the [AssetService] section.
; Therefore, you will almost certainly want the ConnectionString in [HGAssetService] to be the same as in [AssetService]
; so that they both access the same database.
; This issue does not apply to normal MySQL/MSSQL configurations, since by default they use the settings in [DatabaseService] and
; do not have separate connection strings for different services.
[HGAssetService]
ConnectionString = "URI=file:Asset.db,version=3"

[InventoryService]
;ConnectionString = "URI=file:inventory.db,version=3"
; if you have a legacy inventory store use the connection string below
ConnectionString = "URI=file:inventory.db,version=3,UseUTF16Encoding=True"

[AvatarService]
ConnectionString = "URI=file:avatars.db,version=3"

[AuthenticationService]
ConnectionString = "URI=file:auth.db,version=3"

[UserAccountService]
ConnectionString = "URI=file:userprofiles.db,version=3"

[GridUserService]
ConnectionString = "URI=file:griduser.db,version=3"


Ich lese da etwas von einem UTF16 Datenbankformat bei der SQLite. !?
All done!
Zitieren


Nachrichten in diesem Thema
RE: Welcher Opensim Modus taugt für wen? - von ThunderTower - 19.01.2022, 18:27
RE: Welcher Opensim Modus taugt für wen? - von Bartholomew Gallacher - 01.04.2022, 23:04

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste