From 2c1ff87d6194d52b96c3b96aee200846ab764c9f Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 1 Oct 2008 18:53:58 +0000 Subject: remove mysql_connection.ini.example, no one should be using this any more as you can specify connect strings in opensim.ini per driver. --- bin/mysql_connection.ini.example | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 bin/mysql_connection.ini.example diff --git a/bin/mysql_connection.ini.example b/bin/mysql_connection.ini.example deleted file mode 100644 index 4ad43dd..0000000 --- a/bin/mysql_connection.ini.example +++ /dev/null @@ -1,18 +0,0 @@ -; The IniConfig.cs that parses this file by just finding the first key={value} in the whole text so comments aren't really honoured. -; Also, this algorithm can probably lead to 'amusing' results in unfortunate cases. - -[mysqlconnection] -hostname=localhost -database=database -username=username -password=password -pooling=false -port=3306 - -; These entries are only for if you, for some reason, wish to customize your user server table names. -; Do note that if you change the table names, you might have to change the sql resources too manually -; If ommitted, default values will be used. - -userstablename=users -userfriendstablename=userfriends -agentstablename=agents -- cgit v1.1