diff options
author | Makopoppo | 2011-06-09 22:26:03 +0900 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-06-10 21:10:37 +0100 |
commit | c7bdb66a1f02c968f61f82333751e7f144fb59d8 (patch) | |
tree | 43b22a6d2f152d45f7a29f083b0d821e9dce95d9 /bin/config-include/GridCommon.ini.example | |
parent | Save the sun's position in OARs (diff) | |
download | opensim-SC_OLD-c7bdb66a1f02c968f61f82333751e7f144fb59d8.zip opensim-SC_OLD-c7bdb66a1f02c968f61f82333751e7f144fb59d8.tar.gz opensim-SC_OLD-c7bdb66a1f02c968f61f82333751e7f144fb59d8.tar.bz2 opensim-SC_OLD-c7bdb66a1f02c968f61f82333751e7f144fb59d8.tar.xz |
Added missing "Old Guids=true" to ConnectionString
Diffstat (limited to 'bin/config-include/GridCommon.ini.example')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index e2e6459..27f262f 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -10,9 +10,9 @@ | |||
10 | ; Uncomment these lines if you want to use mysql storage | 10 | ; Uncomment these lines if you want to use mysql storage |
11 | ; Change the connection string to your db details | 11 | ; Change the connection string to your db details |
12 | ;StorageProvider = "OpenSim.Data.MySQL.dll" | 12 | ;StorageProvider = "OpenSim.Data.MySQL.dll" |
13 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" | 13 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" |
14 | ; Uncomment this line if you are using MySQL and want to use a different database for estates | 14 | ; Uncomment this line if you are using MySQL and want to use a different database for estates |
15 | ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" | 15 | ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" |
16 | 16 | ||
17 | ; MSSQL | 17 | ; MSSQL |
18 | ; Uncomment these lines if you want to use MSSQL storage | 18 | ; Uncomment these lines if you want to use MSSQL storage |