From 19d1cc97efe8e45fef78975f0ad88447af4ba4d9 Mon Sep 17 00:00:00 2001 From: neubert Date: Fri, 2 May 2008 11:53:42 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@165 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/dblog/fhemdb_get.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/dblog/fhemdb_get.pl b/contrib/dblog/fhemdb_get.pl index 60f8e1240..ddb054438 100755 --- a/contrib/dblog/fhemdb_get.pl +++ b/contrib/dblog/fhemdb_get.pl @@ -42,9 +42,9 @@ # # global configuration # -my $dbconn = "mysql:database=fhem;host=localhost;port=3306"; -my $dbuser = "root"; -my $dbpassword = "britta"; +my $dbconn = "mysql:database=fhem;host=db;port=3306"; +my $dbuser = "fhemuser"; +my $dbpassword = "fhempassword"; # # nothing to change below this line