diff --git a/conf/config.inc.php.mysql b/conf/config.inc.php.mysql index b2e6d86..1c6445c 100644 --- a/conf/config.inc.php.mysql +++ b/conf/config.inc.php.mysql @@ -14,7 +14,7 @@ define("HOST_DB", "localhost"); /* tcp port for the database */ define("PORT_DB", "3306"); /* the username for the database */ -define("USER_DB", "__DB_NAME__"); +define("USER_DB", "__DB_USER__"); /* password for the username define above */ define("PWD_DB", "__DB_PWD__"); /* the database name */