aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorDiva Canto2010-06-12 17:08:05 -0700
committerDiva Canto2010-06-12 17:08:05 -0700
commiteff641ab83c124bded9434dfb776838926028b65 (patch)
tree9d0dd3ca959947e6283c2aa3bcf3912f231322e1 /bin/OpenSim.ini.example
parentMerge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-eff641ab83c124bded9434dfb776838926028b65.zip
opensim-SC_OLD-eff641ab83c124bded9434dfb776838926028b65.tar.gz
opensim-SC_OLD-eff641ab83c124bded9434dfb776838926028b65.tar.bz2
opensim-SC_OLD-eff641ab83c124bded9434dfb776838926028b65.tar.xz
Added Old Guids=true to all MySql connection strings.
Diffstat (limited to 'bin/OpenSim.ini.example')
-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 b14206a..0bc3d87 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -126,7 +126,7 @@
126 ; -->>> There are multiple connection strings defined in several places. Check it carefully! 126 ; -->>> There are multiple connection strings defined in several places. Check it carefully!
127 ; 127 ;
128 ; storage_plugin="OpenSim.Data.MySQL.dll" 128 ; storage_plugin="OpenSim.Data.MySQL.dll"
129 ; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"; 129 ; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;";
130 ; If you want to use a different database/server for estate data, then 130 ; If you want to use a different database/server for estate data, then
131 ; uncomment and change this connect string. Defaults to the above if not set 131 ; uncomment and change this connect string. Defaults to the above if not set
132 ; estate_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"; 132 ; estate_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;";