From 019d6626068920283b700440e780c86c162ca7c6 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sat, 15 Dec 2007 21:58:07 +0000 Subject: Put out a more comprehensible message when user authentication fails than the current NullReferenceException based one --- bin/mysql_connection.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin') 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 @@ [mysqlconnection] hostname=localhost -database=database -username=username -password=password +database=opensim +username=root +password=passw0rd pooling=false -port=3306 \ No newline at end of file +port=3306 -- cgit v1.1