logo

Pandora FMS Console Error DB-001

Cannot connect to the database, please check your database setup in the include/config.php file or read the documentation on how to setup Pandora FMS.

Probably one or more of your user, database or hostname values are incorrect or the database server is not running.


MySQL ERROR: '. mysql_error().'
 
'); } mysql_select_db ($config["dbname"]); require_once ('functions.php'); require_once ('functions_db.php'); require_once ('functions_config.php'); process_config (); require_once ('streams.php'); require_once ('gettext.php'); $l10n = NULL; if (file_exists ('./include/languages/'.$config["language"].'.mo')) { $l10n = new gettext_reader (new CachedFileReader ('./include/languages/'.$config["language"].'.mo')); $l10n->load_tables(); } if (! defined ('EXTENSIONS_DIR')) define ('EXTENSIONS_DIR', 'extensions'); if (! defined ('ENTERPRISE_DIR')) define ('ENTERPRISE_DIR', 'enterprise'); require_once ('functions_extensions.php'); $config['extensions'] = get_extensions (); ?>