mi intrometto nelal discussione per dire che anche io ho lo stesso problema
il file è configurato correttamente, i cookie sono abilitati, ma continua adarmi lo stesso errore ossia
Codice PHP:
#1045 - Accesso non consentito per l'utente: 'root'@'localhost' (Password: SI)
mettend l'user admin, administrator, localhost e root non succede una mazzaCodice PHP:
* @global string $cfg['Servers'][$i]['auth_type']
*/
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/**
* File containing Swekey ids and login names (see /contrib);
* leave empty to deactivate Swekey hardware authentication
*
* @global string $cfg['Servers'][$i]['auth_swekey_config']
*/
$cfg['Servers'][$i]['auth_swekey_config'] = '';
/**
* MySQL user
*
* @global string $cfg['Servers'][$i]['user']
*/
$cfg['Servers'][$i]['user'] = 'root';
/**
* MySQL password (only needed with 'config' auth_type)
*
* @global string $cfg['Servers'][$i]['password']
*/
$cfg['Servers'][$i]['password'] = 'xxx';
![]()