aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/mysql_connection.ini.example
diff options
context:
space:
mode:
authorSean Dague2007-12-15 22:10:44 +0000
committerSean Dague2007-12-15 22:10:44 +0000
commit733a14aa9e352b026354d16b0138fa9f17accde4 (patch)
tree84d1636063ea9b33a0e65f8f74aa81ec5196eb88 /bin/mysql_connection.ini.example
parentrevert accidental checkin of my own mysql_connection.ini (diff)
downloadopensim-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.example7
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]
2hostname=localhost
3database=database
4username=username
5password=password
6pooling=false
7port=3306