in config.inc.php
per quanto riguarda le caratteristiche aggiuntive prova a riferirti alla seguente vecchia pillola: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
http://forum.html.it/forum/showthrea...hreadid=791526