diff options
author | Sean Dague | 2007-12-15 22:10:44 +0000 |
---|---|---|
committer | Sean Dague | 2007-12-15 22:10:44 +0000 |
commit | 733a14aa9e352b026354d16b0138fa9f17accde4 (patch) | |
tree | 84d1636063ea9b33a0e65f8f74aa81ec5196eb88 /bin/mysql_connection.ini.example | |
parent | revert accidental checkin of my own mysql_connection.ini (diff) | |
download | opensim-SC_OLD-733a14aa9e352b026354d16b0138fa9f17accde4.zip opensim-SC_OLD-733a14aa9e352b026354d16b0138fa9f17accde4.tar.gz opensim-SC_OLD-733a14aa9e352b026354d16b0138fa9f17accde4.tar.bz2 opensim-SC_OLD-733a14aa9e352b026354d16b0138fa9f17accde4.tar.xz |
move mysql_connection.ini to mysql_connection.ini.example
to prevent people checking in their own copies of this.
Diffstat (limited to 'bin/mysql_connection.ini.example')
-rw-r--r-- | bin/mysql_connection.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/mysql_connection.ini.example b/bin/mysql_connection.ini.example new file mode 100644 index 0000000..7933bed --- /dev/null +++ b/bin/mysql_connection.ini.example | |||
@@ -0,0 +1,7 @@ | |||
1 | [mysqlconnection] | ||
2 | hostname=localhost | ||
3 | database=database | ||
4 | username=username | ||
5 | password=password | ||
6 | pooling=false | ||
7 | port=3306 | ||