From 35bff141b05c5c5805bbd2d6bbac31c2668ccd9c Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Thu, 24 Feb 2022 19:27:50 -0800 Subject: [PATCH] Fix typo in bin/config-include/StandaloneCommon.ini.example which caused INI read errors. --- bin/config-include/StandaloneCommon.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 5d22ed6d15..44abdbda3a 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example @@ -14,7 +14,7 @@ ; 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 ; If using MySQL 8.0.4 or later, check that default-authentication-plugin=mysql_native_password - rather than caching_sha2_password is set in /etc/mysql/mysql.conf.d/mysqld.cnf (not applicable to MariaDB). + ; rather than caching_sha2_password is set in /etc/mysql/mysql.conf.d/mysqld.cnf (not applicable to MariaDB). ;StorageProvider = "OpenSim.Data.MySQL.dll" ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;SslMode=None;"