<div>Hallo!</div>
<div> </div>
<div>I trying to configure opensim.ini but not sure what I'm do wrong. After run opensim.exe, 20 entry show up in mysql database, but not four entry shown at (<a href="http://www.lovejoysim.com/">www.lovejoysim.com</a>) inventory_plugin, inventory_source, userDatabase_plugin and user_source. What am I do wrong, please?</div>
<div> </div>
<div>I use opensim for database, opensim for username and password, for example.</div>
<div> </div>
<div>Here is my standalone piece:</div>
<div> </div>
<div>[StandAlone]<br> accounts_authenticate = true<br> welcome_message = "Welcome to OpenSimulator"</div>
<div> ; Inventory database provider<br> ; inventory_plugin = "OpenSim.Data.SQLite.dll"<br> inventory_plugin = "OpenSim.Data.MySQL.dll"</div>
<div> ; Inventory source SQLite example<br> ; inventory_source = "URI=file:inventoryStore.db,version=3"<br> ; Inventory Source MySQL example<br> inventory_source = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;"</div>
<div> ; User Data Database provider<br> ;<br> ; Multiple providers can be specified by separating them with commas (whitespace is unimportant)<br> ; If multiple providers are specified then if a profile is requested, each is queried until one<br>
; provides a valid profile, or until all providers have been queried.<br> ; Unfortunately the order of querying is currently undefined (it may not be the order in which<br> ; providers are specified here). This needs to be fixed<br>
;<br> ; userDatabase_plugin = "OpenSim.Data.SQLite.dll"<br> userDatabase_plugin = "OpenSim.Data.MySQL.dll"</div>
<div> ; User source SQLite example<br> ; user_source = "URI=file:userprofiles.db,version=3"<br> ; User Source MySQL example<br> user_source = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;"</div>
<div> ; Specifies the location and filename of the default inventory library control file. The path can be relative or absolute<br> ; Default is ./inventory/Libraries.xml<br> LibrariesXMLFile="./inventory/Libraries.xml"</div>
<div> </div>
<div>Thank you and good day!</div>
<div> </div>