diff options
Diffstat (limited to 'frontends/php/include/db.inc.php')
| -rw-r--r-- | frontends/php/include/db.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php index 6cec7925..1da197ed 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -19,11 +19,11 @@ **/ ?> <?php - $DB_TYPE ="POSTGRESQL"; -// $DB_TYPE ="MYSQL"; +// $DB_TYPE ="POSTGRESQL"; + $DB_TYPE ="MYSQL"; $DB_SERVER ="localhost"; $DB_DATABASE ="zabbix"; - $DB_USER ="zabbix"; + $DB_USER ="root"; $DB_PASSWORD =""; $USER_DETAILS =""; |
