witam
sprawa wygląda tak
jeżeli w pliku sa takie wpisy
$cfg['Servers'][$i]['auth_type'] = 'conf'
$cfg['Servers'][$i]['user'] = ' root';
$cfg['Servers'][$i]['password'] = 'hasło ';
to sie uruchamia php , ale każdy może se wejść bez logowania
jeżli ustawiam tak :
$cfg['blowfish_secret'] = 'txr';
$cfg['Servers'][$i]['auth_type'] = 'cookie'
$cfg['Servers'][$i]['user'] = ' ';
$cfg['Servers'][$i]['password'] = ' ';
to nie chce sie zalogować

wpisuje root i podaje hasło
(hasło jest oki jak sie luguje spod dos (mysql -u root -p ) to oki loguje sie

może ktoś wie co jest nie tak

?
pozdrawiam