$dbhost = 'localhost';

localhost se sta nel tuo stesso server altrimenti metti l'inditrizzo (IP) del server dove si trova il dbase


$dbusername = 'root';
$dbuserpassword = '27*1af';


$default_dbname = 'mysql';


metti il nome del database da te creato o che ti e' stato fornito dall'amministratore del server mysql

ciao
matteo