Mysql-SVN new

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Redirecting to Database Settings)
 
Line 1: Line 1:
__NOTOC__
+
#Redirect [[Database Settings]]
{{Template:Quicklinks}}
+
<br />
+
 
+
{{obsolete}}
+
 
+
=MySQL configuration=
+
 
+
For installations after November 11th, 2008 (via SVN) you can read below:
+
 
+
OpenSim.ini could look like this (substitute DDD with database, UUU with user and PPP with password for mysql user). Please note that the database should exist (without tables). Tables will be created automatically by OpenSim. Of course user should have access to create those tables in the database.
+
 
+
Please use this INI file as example and adapt to your installation!
+
 
+
 
+
<b>OpenSim.ini</b>
+
----------------------------
+
 
+
[Startup]
+
 
+
 
+
 
+
gridmode = false
+
 
+
storage_plugin = "OpenSim.Data.MySQL.dll"
+
 
+
storage_connection_string = "Data Source=localhost;Database=<b>DDD</b>;User ID=<b>UUU</b>;Password=<b>PPP</b>;";
+
 
+
storage_prim_inventories = true
+
 
+
appearance_persist = true
+
 
+
appearance_connection_string = "Data Source=localhost;Database=<b>DDD</b>;User ID=<b>UUU</b>;Password=<b>PPP</b>;pooling=false;"
+
 
+
asset_database = "local"
+
 
+
 
+
physics = basicphysics
+
 
+
meshing = ZeroMesher
+
 
+
 
+
 
+
verbose = false
+
 
+
startup_console_commands_file = "startup_commands.txt"
+
 
+
shutdown_console_commands_file = "shutdown_commands.txt"
+
 
+
serverside_object_permissions = false
+
 
+
physical_prim = true
+
 
+
 
+
 
+
[StandAlone]
+
 
+
accounts_authenticate = true
+
 
+
welcome_message = Welcome to test OpenSim
+
 
+
 
+
 
+
asset_plugin = "OpenSim.Data.MySQL.dll"
+
 
+
asset_source = "Data Source=localhost;Database=<b>DDD</b>;User ID=<b>UUU</b>;Password=<b>PPP</b>;"
+
 
+
 
+
inventory_plugin = "OpenSim.Data.MySQL.dll"
+
 
+
inventory_source = "Data Source=localhost;Database=<b>DDD</b>;User ID=<b>UUU</b>;Password=<b>PPP</b>;"
+
 
+
userDatabase_plugin = "OpenSim.Data.MySQL.dll"
+
 
+
user_source = "Data Source=localhost;Database=<b>DDD</b>;User ID=<b>UUU</b>;Password=<b>PPP</b>;"
+
 
+
 
+
default_location_x = 1000
+
 
+
default_location_y = 1000
+
 
+
 
+
dump_assets_to_file = False
+
 
+
 
+
[Network]
+
 
+
default_location_x = 1000
+
 
+
default_location_y = 1000
+
 
+
http_listener_port = 9000
+
 
+
remoting_listener_port = 8895
+
 
+
grid_server_url = http://127.0.0.1:8001
+
 
+
grid_send_key = null
+
 
+
grid_recv_key = null
+
 
+
user_server_url = http://127.0.0.1:8002
+
 
+
user_send_key = null
+
 
+
user_recv_key = null
+
 
+
asset_server_url = http://127.0.0.1:8003
+
 
+
inventory_server_url = http://127.0.0.1:8004
+
 
+
secure_inventory_server = true
+
 
+
 
+
[[Category:Database]]
+

Latest revision as of 00:44, 28 May 2011

  1. Redirect Database Settings
Personal tools
General
About This Wiki