From a49716dc2f9a6beed410e1d5811f33acf63ed72f Mon Sep 17 00:00:00 2001 From: AlexRa Date: Sun, 16 May 2010 16:24:50 +0300 Subject: Embedded MySql.Data.dll updated to 6.2.3.0. This is necessary to correct a known problem with the DELIMITER command in previous versions of the client library. --- bin/MySql.Data.dll | Bin 294912 -> 335872 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'bin') diff --git a/bin/MySql.Data.dll b/bin/MySql.Data.dll index a94dd3d..7aa95ec 100644 Binary files a/bin/MySql.Data.dll and b/bin/MySql.Data.dll differ -- cgit v1.1 From 3e1f2ddb8e296a7fef9b7887fa9fda48f4eb2abf Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Tue, 18 May 2010 19:25:40 +0200 Subject: Allow remote admin to be used on a different port from the main region port --- bin/OpenSim.ini.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a5eb78b..7b427a5 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -591,6 +591,10 @@ [RemoteAdmin] enabled = false + + ; Set this to a nonzero value to have remote admin use a different port + port = 0 + access_password = unknown ; set this variable to true if you want the create_region XmlRpc -- cgit v1.1