diff options
author | Sean Dague | 2008-10-01 18:53:58 +0000 |
---|---|---|
committer | Sean Dague | 2008-10-01 18:53:58 +0000 |
commit | 2c1ff87d6194d52b96c3b96aee200846ab764c9f (patch) | |
tree | a0220efadf55bb313ae3cb6b61cf5a8990b97c57 | |
parent | add basic store retrieve prim inventory test. the prim (diff) | |
download | opensim-SC_OLD-2c1ff87d6194d52b96c3b96aee200846ab764c9f.zip opensim-SC_OLD-2c1ff87d6194d52b96c3b96aee200846ab764c9f.tar.gz opensim-SC_OLD-2c1ff87d6194d52b96c3b96aee200846ab764c9f.tar.bz2 opensim-SC_OLD-2c1ff87d6194d52b96c3b96aee200846ab764c9f.tar.xz |
remove mysql_connection.ini.example, no one should be using this any
more as you can specify connect strings in opensim.ini per driver.
-rw-r--r-- | bin/mysql_connection.ini.example | 18 |
1 files changed, 0 insertions, 18 deletions
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 @@ | |||
1 | ; The IniConfig.cs that parses this file by just finding the first key={value} in the whole text so comments aren't really honoured. | ||
2 | ; Also, this algorithm can probably lead to 'amusing' results in unfortunate cases. | ||
3 | |||
4 | [mysqlconnection] | ||
5 | hostname=localhost | ||
6 | database=database | ||
7 | username=username | ||
8 | password=password | ||
9 | pooling=false | ||
10 | port=3306 | ||
11 | |||
12 | ; These entries are only for if you, for some reason, wish to customize your user server table names. | ||
13 | ; Do note that if you change the table names, you might have to change the sql resources too manually | ||
14 | ; If ommitted, default values will be used. | ||
15 | |||
16 | userstablename=users | ||
17 | userfriendstablename=userfriends | ||
18 | agentstablename=agents | ||