Ciao a tutti oggi ho installato easyphp 5.3.2i

in precedenza usavo la versione 3 in un altro pc

ma con la versione instalalta oggi ho alcuni problemi infatti non riesco a collegarmi al database

ho visto i parametri nel file config.inc.php e sono:

/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['hide_db'] = '(mysql|information_schema|phpmyadmin)';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['AllowNoPassword'] = true

ma non mi parte

nn so il perchè

qualcuno mi potrebbe dar euna mano?

ciao e grazie