diff options
author | Adam Frisby | 2007-05-25 08:21:16 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-25 08:21:16 +0000 |
commit | b496d01c12c7ce74779bdd8cb07b070d47702d2d (patch) | |
tree | 694b885f62e4abfd44a10c943fc7a730ccf8d419 /bin/mysql_connection.ini | |
parent | Set default MySQL port to the standard. (diff) | |
download | opensim-SC_OLD-b496d01c12c7ce74779bdd8cb07b070d47702d2d.zip opensim-SC_OLD-b496d01c12c7ce74779bdd8cb07b070d47702d2d.tar.gz opensim-SC_OLD-b496d01c12c7ce74779bdd8cb07b070d47702d2d.tar.bz2 opensim-SC_OLD-b496d01c12c7ce74779bdd8cb07b070d47702d2d.tar.xz |
* Added new mysql_connection.ini file which contains configuration options for the database connection used by OGS.
* Added IniFile class (code imported from public example) to Framework.Data - may be worth moving to Util.
* Ran prebuild, updated solution files.
Diffstat (limited to '')
-rw-r--r-- | bin/mysql_connection.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/mysql_connection.ini b/bin/mysql_connection.ini new file mode 100644 index 0000000..58c6284 --- /dev/null +++ b/bin/mysql_connection.ini | |||
@@ -0,0 +1,7 @@ | |||
1 | [mysqlconnection] | ||
2 | hostname=localhost | ||
3 | database=database | ||
4 | username=username | ||
5 | password=password | ||
6 | pooling=false | ||
7 | port=3306 \ No newline at end of file | ||