aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.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/config-include/StandaloneCommon.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/config-include/StandaloneCommon.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 572c153..bfa6725 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -17,7 +17,7 @@
17 ; Uncomment these lines if you want to use mysql storage 17 ; Uncomment these lines if you want to use mysql storage
18 ; Change the connection string to your db details 18 ; Change the connection string to your db details
19 ;StorageProvider = "OpenSim.Data.MySQL.dll" 19 ;StorageProvider = "OpenSim.Data.MySQL.dll"
20 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" 20 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
21 21
22[AssetService] 22[AssetService]
23 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 23 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"