Bueno la conexion es este:
Código PHP:
Ver original<?php
//connect.php
$server = 'dbp04';
$username = 'interacc_alej198';
$password = 'M}pO;ONTU~ih';
$database = 'interacc_web';
{
exit('Error: could not establish database connection'); }
{
exit('Error: could not select the database'); }
?>