in config.inc.php

codice:
/* Authentication type */
$cfg['Servers'][$i]['auth_type']     = 'config';    /* modifica */

/* aggiungi */
$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
$cfg['Servers'][$i]['password']      = 'pwd';       // MySQL password
per quanto riguarda le caratteristiche aggiuntive prova a riferirti alla seguente vecchia pillola:

http://forum.html.it/forum/showthrea...hreadid=791526