aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.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/Robust.HG.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/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 9af1e4c..2d69382 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -28,7 +28,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
28 28
29[DatabaseService] 29[DatabaseService]
30 StorageProvider = "OpenSim.Data.MySQL.dll" 30 StorageProvider = "OpenSim.Data.MySQL.dll"
31 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim123;" 31 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
32 32
33; * As an example, the below configuration precisely mimicks the legacy 33; * As an example, the below configuration precisely mimicks the legacy
34; * asset server. It is read by the asset IN connector (defined above) 34; * asset server. It is read by the asset IN connector (defined above)