diff options
author | Justin Clarke Casey | 2007-12-15 22:00:40 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2007-12-15 22:00:40 +0000 |
commit | bc510162b3006aa7fe927bdc0131303089c8f237 (patch) | |
tree | 78e005be2dfd08f8eb95ffb700605e9ac03012a1 /bin | |
parent | Put out a more comprehensible message when user authentication fails than the... (diff) | |
download | opensim-SC_OLD-bc510162b3006aa7fe927bdc0131303089c8f237.zip opensim-SC_OLD-bc510162b3006aa7fe927bdc0131303089c8f237.tar.gz opensim-SC_OLD-bc510162b3006aa7fe927bdc0131303089c8f237.tar.bz2 opensim-SC_OLD-bc510162b3006aa7fe927bdc0131303089c8f237.tar.xz |
revert accidental checkin of my own mysql_connection.ini
Diffstat (limited to 'bin')
-rw-r--r-- | bin/mysql_connection.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/mysql_connection.ini b/bin/mysql_connection.ini index 7644f63..7933bed 100644 --- a/bin/mysql_connection.ini +++ b/bin/mysql_connection.ini | |||
@@ -1,7 +1,7 @@ | |||
1 | [mysqlconnection] | 1 | [mysqlconnection] |
2 | hostname=localhost | 2 | hostname=localhost |
3 | database=opensim | 3 | database=database |
4 | username=root | 4 | username=username |
5 | password=passw0rd | 5 | password=password |
6 | pooling=false | 6 | pooling=false |
7 | port=3306 | 7 | port=3306 |