Dopisałem się do innego wątku, ale nikt mi na razie nie pomógł, być może źle sfomułowałem pytanie...
Przejrzałem forum i to, co znalazłem nie rozwiązało mojego problemu.
Debian Woody i jego Apache, php4, mysql i myadmin.
php Version 4.1.2
mysql "Client API version 3.23.49"
phpMyAdmin 2.2.3
Apache/1.3.26
Na localhost.
Jaki mam wpisać login i hasło w myadmin? root bez hasła nie działa.
Gdzie się ustawia hasła do myadmin i php?
Jak to po ustawiać, aby było dobrze?
to jest mój config.inc.php:
Kod
$cfgServers[1]['host'] = 'localhost';
$cfgServers[1]['port'] = '';
$cfgServers[1]['socket'] = '';
$cfgServers[1]['connect_type'] = 'socket';
$cfgServers[1]['stduser'] = '';
$cfgServers[1]['stdpass'] = '';
$cfgServers[1]['auth_type'] = 'cookie';
$cfgServers[1]['user'] = 'root';
$cfgServers[1]['password'] = 'haslo';
$cfgServers[1]['only_db'] = '';
$cfgServers[1]['verbose'] = '';
$cfgServers[1]['bookmarkdb'] = '';
$cfgServers[1]['bookmarktable'] = '';
$cfgServers[1]['port'] = '';
$cfgServers[1]['socket'] = '';
$cfgServers[1]['connect_type'] = 'socket';
$cfgServers[1]['stduser'] = '';
$cfgServers[1]['stdpass'] = '';
$cfgServers[1]['auth_type'] = 'cookie';
$cfgServers[1]['user'] = 'root';
$cfgServers[1]['password'] = 'haslo';
$cfgServers[1]['only_db'] = '';
$cfgServers[1]['verbose'] = '';
$cfgServers[1]['bookmarkdb'] = '';
$cfgServers[1]['bookmarktable'] = '';
'haslo' sam sobie wpisałem. Bez hasła, jak i z tym nie działa.
Jak ustawię auth_type na 'http', to też mam
"Wrong username/password. Access denied."