diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-11-22 09:34:29 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-11-22 09:34:29 +0000 |
| commit | 49e6adf6cfaaac6806a24978f85f703b405caf93 (patch) | |
| tree | 1f36c039019cb63350c0e665c0a5d43fa88b55c9 /frontends/php/include/db.inc.php | |
| parent | e467cc9e9c78badcc89f79362e7d3c9393a85b45 (diff) | |
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1053 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/db.inc.php')
| -rw-r--r-- | frontends/php/include/db.inc.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php index f1d18eef..564a6fcd 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -19,12 +19,12 @@ **/ ?> <?php - $DB_TYPE ="POSTGRESQL"; -// $DB_TYPE ="MYSQL"; - $DB_SERVER ="127.0.0.1"; +// $DB_TYPE ="POSTGRESQL"; + $DB_TYPE ="MYSQL"; + $DB_SERVER ="localhost"; $DB_DATABASE ="zabbix"; - $DB_USER ="zabbix"; - $DB_PASSWORD ="zabbix"; + $DB_USER ="root"; + $DB_PASSWORD =""; $USER_DETAILS =""; |
