Dorschdn Swindlehurst
Nutzer
Das müßte dann etwa so aussehen:
Ich geb mir ja schon Mühe
... Dankeschön, ich teste gleich mal ob es nun läuft. Wie kann ich sehen, ob mein Opensim Server die MySql Datenbank angenommen hat?
Code:
[DatabaseService]
;
; ### Choose the DB
;
; SQLite
;Include-Storage = "config-include/storage/SQLiteStandalone.ini";
; Unfortunately the current SQLite database plugin is not compatible with Mac OSX. You can still use the older
; legacy sqlite library if you are using Mono 2.4. Please see the notes in OpenSim.ini (search for sqlite)
; for more details
;Include-Storage = "config-include/storage/SQLiteLegacyStandalone.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=opensim1;User ID=opensim; Password=1234***;"
; Uncomment this line if you are using MySQL and want to use a different database for estates
EstateConnectionString = "Data Source=localhost;Database=opensim2;User ID=opensim;Password=1234;"