aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorlbsa712007-11-19 13:13:28 +0000
committerlbsa712007-11-19 13:13:28 +0000
commit34fa2a4db45180c3aef3d1ce98069224f0cf4477 (patch)
treef1d4c3dd7d1720df0a8b091e83be4fca1ef180ee /bin/OpenSim.ini.example
parent* Added example MySQL connectionstring to OpenSim.ini.example (diff)
downloadopensim-SC_OLD-34fa2a4db45180c3aef3d1ce98069224f0cf4477.zip
opensim-SC_OLD-34fa2a4db45180c3aef3d1ce98069224f0cf4477.tar.gz
opensim-SC_OLD-34fa2a4db45180c3aef3d1ce98069224f0cf4477.tar.bz2
opensim-SC_OLD-34fa2a4db45180c3aef3d1ce98069224f0cf4477.tar.xz
* added ttensy but important piece of knowledge to MySQL provider in OpenSim.ini.example
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 0499409..ec69b3e 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -25,6 +25,7 @@ storage_plugin = "OpenSim.DataStore.MonoSqlite.dll"
25storage_connection_string="URI=file:OpenSim.db,version=3"; 25storage_connection_string="URI=file:OpenSim.db,version=3";
26 26
27; --- To use MySQL storage, supply your own connectionstring (this is only an example): 27; --- To use MySQL storage, supply your own connectionstring (this is only an example):
28; note that the supplied account needs create privilegies if you want it to auto-create needed tables.
28; storage_plugin="OpenSim.Framework.Data.MySQL.dll" 29; storage_plugin="OpenSim.Framework.Data.MySQL.dll"
29; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"; 30; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;";
30 31