From 258e45f5e61d46714926dc66bb98f21883e8edcb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 5 Oct 2008 01:32:06 +0000 Subject: [PATCH] - use default pld mysql username Changed files: cacti.cfg.php -> 1.2 --- cacti.cfg.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cacti.cfg.php b/cacti.cfg.php index c5ec6f9..9773e7e 100644 --- a/cacti.cfg.php +++ b/cacti.cfg.php @@ -2,8 +2,8 @@ $database_type = 'mysql'; $database_default = 'cacti'; $database_hostname = 'localhost'; -$database_username = 'cactiuser'; -$database_password = 'cactiuser'; +$database_username = 'mysql'; +$database_password = ''; $plugins = array(); // $plugins[] = 'thold'; -- 2.44.0