To update the database details for Interspire Website Publisher open the /admin/includes/config.php file for editing and the database settings will look like:
$GLOBALS["AL_CFG"]["dbUser"] = 'username';
$GLOBALS["AL_CFG"]["dbPass"] = 'password';
$GLOBALS["AL_CFG"]["dbDatabase"] = 'database_name';
$GLOBALS["AL_CFG"]["dbServer"] = 'localhost';

The article has been updated successfully.