mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Fix typo in bin/config-include/StandaloneCommon.ini.example which caused INI read errors.
This commit is contained in:
@@ -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;"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user