aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.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.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 '')
-rw-r--r--bin/Robust.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index f1b9126..8331db8 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.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 33
34; * As an example, the below configuration precisely mimicks the legacy 34; * As an example, the below configuration precisely mimicks the legacy