diff options
author | Justin Clarke Casey | 2007-12-15 21:58:07 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2007-12-15 21:58:07 +0000 |
commit | 019d6626068920283b700440e780c86c162ca7c6 (patch) | |
tree | 7c0a9ec1ca185257cee0463a73feef882be23878 /bin | |
parent | more dorking around with exporter. Still far (diff) | |
download | opensim-SC_OLD-019d6626068920283b700440e780c86c162ca7c6.zip opensim-SC_OLD-019d6626068920283b700440e780c86c162ca7c6.tar.gz opensim-SC_OLD-019d6626068920283b700440e780c86c162ca7c6.tar.bz2 opensim-SC_OLD-019d6626068920283b700440e780c86c162ca7c6.tar.xz |
Put out a more comprehensible message when user authentication fails than the current NullReferenceException based one
Diffstat (limited to 'bin')
-rw-r--r-- | bin/mysql_connection.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/mysql_connection.ini b/bin/mysql_connection.ini index c8c6c8c..7644f63 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=database | 3 | database=opensim |
4 | username=username | 4 | username=root |
5 | password=password | 5 | password=passw0rd |
6 | pooling=false | 6 | pooling=false |
7 | port=3306 \ No newline at end of file | 7 | port=3306 |