aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorDiva Canto2010-06-29 06:55:34 -0700
committerDiva Canto2010-06-29 06:55:34 -0700
commitdcb9da8495f888f718090e4cc28393572928abff (patch)
treef8b158ed53ad9428039d3eacc79fbbc08786d722 /bin/OpenSim.ini.example
parentMerge branch 'master' into 0.7-post-fixes (diff)
downloadopensim-SC_OLD-dcb9da8495f888f718090e4cc28393572928abff.zip
opensim-SC_OLD-dcb9da8495f888f718090e4cc28393572928abff.tar.gz
opensim-SC_OLD-dcb9da8495f888f718090e4cc28393572928abff.tar.bz2
opensim-SC_OLD-dcb9da8495f888f718090e4cc28393572928abff.tar.xz
This is RC2. *** Changed the MySql driver back to the old one.*** Removed Old Guids from connection strings.
Merged master onto this branch.
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f4d9a18..4dde96f 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -128,7 +128,7 @@
128 ; -->>> There are multiple connection strings defined in several places. Check it carefully! 128 ; -->>> There are multiple connection strings defined in several places. Check it carefully!
129 ; 129 ;
130 ; storage_plugin="OpenSim.Data.MySQL.dll" 130 ; storage_plugin="OpenSim.Data.MySQL.dll"
131 ; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"; 131 ; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"
132 ; If you want to use a different database/server for estate data, then 132 ; If you want to use a different database/server for estate data, then
133 ; uncomment and change this connect string. Defaults to the above if not set 133 ; uncomment and change this connect string. Defaults to the above if not set
134 ; estate_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"; 134 ; estate_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;";