diff options
author | Diva Canto | 2010-06-29 06:55:34 -0700 |
---|---|---|
committer | Diva Canto | 2010-06-29 06:55:34 -0700 |
commit | dcb9da8495f888f718090e4cc28393572928abff (patch) | |
tree | f8b158ed53ad9428039d3eacc79fbbc08786d722 /bin/config-include | |
parent | Merge branch 'master' into 0.7-post-fixes (diff) | |
download | opensim-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 'bin/config-include')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index de8677f..6299485 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=***;Old Guids=true;" | 20 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" |
21 | 21 | ||
22 | [AssetService] | 22 | [AssetService] |
23 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 23 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |