// ****** DATABASE SERVER NAME ******
// This is the
hostname or IP address of the database server.
// It is in the format HOST
😛ORT. If no PORT is specified, 3306 is
used.
// If you are unsure of what to put here, leave it at the default value.
$servername = 'localhost';
// ******
DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be
obtained through your webhost.
$dbusername =
'root';
$dbpassword = '****';
// ****** DATABASE NAME
******
// This is the name of the database where your vBulletin will be located.
// This must be created by your
webhost.
$dbname = 'eisenco_bd';
// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be
emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$technicalemail =
'eisenco@hotmail.com.com';
//