aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Tests/Clients/Presence/OpenSim.Server.ini2
-rw-r--r--OpenSim/Tests/Clients/UserAccounts/OpenSim.Server.ini2
-rw-r--r--bin/config-include/GridCommon.ini.example4
3 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Tests/Clients/Presence/OpenSim.Server.ini b/OpenSim/Tests/Clients/Presence/OpenSim.Server.ini
index 47e73f9..8610c78 100644
--- a/OpenSim/Tests/Clients/Presence/OpenSim.Server.ini
+++ b/OpenSim/Tests/Clients/Presence/OpenSim.Server.ini
@@ -29,5 +29,5 @@ port = 8003
29[PresenceService] 29[PresenceService]
30 LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" 30 LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
31 StorageProvider = "OpenSim.Data.MySQL.dll" 31 StorageProvider = "OpenSim.Data.MySQL.dll"
32 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim123;" 32 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim123;Old Guids=true;"
33 33
diff --git a/OpenSim/Tests/Clients/UserAccounts/OpenSim.Server.ini b/OpenSim/Tests/Clients/UserAccounts/OpenSim.Server.ini
index eb1f473..453e17e 100644
--- a/OpenSim/Tests/Clients/UserAccounts/OpenSim.Server.ini
+++ b/OpenSim/Tests/Clients/UserAccounts/OpenSim.Server.ini
@@ -29,5 +29,5 @@ port = 8003
29[UserAccountService] 29[UserAccountService]
30 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" 30 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
31 StorageProvider = "OpenSim.Data.MySQL.dll" 31 StorageProvider = "OpenSim.Data.MySQL.dll"
32 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim123;" 32 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim123;Old Guids=true;"
33 33
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