From cc4e14a88dc59d300da8fe8ebcd2696c4f9bdedd Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 23 May 2020 17:06:19 +0100 Subject: [PATCH] add missing ';' on mysql connection strings --- bin/config-include/GridCommon.ini.example | 4 ++-- bin/config-include/StandaloneCommon.ini.example | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 9a8ad114db..d900cabf09 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example @@ -14,11 +14,11 @@ ; Remove SslMode=None if you need secure connection to the local mysql ; In most cases ssl is just a pure waste of resources, specially when mySql is on same machine, and closed to outside ;StorageProvider = "OpenSim.Data.MySQL.dll" - ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;SslMode=None" + ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;SslMode=None;" ; Uncomment this line if you are using MySQL and want to use a different database for estates ; The usual application for this is to allow estates to be spread out across multiple simulators by share the same database. ; Most people won't need to do this so only uncomment if you know what you're doing. - ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;SslMode=None" + ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;SslMode=None;" ; MSSQL ; Uncomment these lines if you want to use MSSQL storage diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 1c9e01c1bc..9f5dd9f84e 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example @@ -14,12 +14,12 @@ ; Remove SslMode=None if you need secure connection to the local mysql ; In most cases ssl is just a pure waste of resources, specially when mySql is on same machine, and closed to outside ;StorageProvider = "OpenSim.Data.MySQL.dll" - ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;SslMode=None" + ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;SslMode=None;" ; Uncomment this line if you are using MySQL and want to use a different database for estates. ; The usual application for this is to allow estates to be spread out across multiple simulators by share the same database. ; Most people won't need to do this so only uncomment if you know what you're doing. - ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;SslMode=None" + ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;SslMode=None;" ; MSSQL ; Uncomment these lines if you want to use MSSQL storage