hi,

I've just installed MySQL 4.1.7
when I try to launch phpMyAdmin I see this:

Witamy w phpMyAdmin 2.5.5-pl1


phpMyAdmin próbowal polaczyc sie z serwerem MySQL, a serwer odrzucil polaczenie.
Powinienes sprawdzic nazwe hosta, nazwe uzytkownika i haslo w pliku
config.inc.php i upewnic sie, ze odpowiadaja one informacjom danym przez
administratora serwera MySQL.


Warning: Cannot modify header information - headers already sent by (output
started at E:\www_files\phpmyadmin\libraries\auth\config.auth.lib.php:96) in
E:\www_files\phpmyadmin\libraries\header_http.inc.php on line 14

Warning: Cannot modify header information - headers already sent by (output
started at E:\www_files\phpmyadmin\libraries\auth\config.auth.lib.php:96) in
E:\www_files\phpmyadmin\libraries\header_http.inc.php on line 15

Warning: Cannot modify header information - headers already sent by (output
started at E:\www_files\phpmyadmin\libraries\auth\config.auth.lib.php:96) in
E:\www_files\phpmyadmin\libraries\header_http.inc.php on line 16

Warning: Cannot modify header information - headers already sent by (output
started at E:\www_files\phpmyadmin\libraries\auth\config.auth.lib.php:96) in
E:\www_files\phpmyadmin\libraries\header_http.inc.php on line 17

Warning: Cannot modify header information - headers already sent by (output
started at E:\www_files\phpmyadmin\libraries\auth\config.auth.lib.php:96) in
E:\www_files\phpmyadmin\libraries\header_http.inc.php on line 20

Serwer localhost
Blad

MySQL zwrócil komunikat:

#1251 - Client does not support authentication protocol requested by server;
consider upgrading MySQL client

[Dokumentacja]

in config.inc.php I have:

$cfg['Servers'][$i]['auth_type']     = 'config'; // Authentication method
(config, http or cookie based)?
$cfg['Servers'][$i]['user']          = 'root';  // MySQL user
$cfg['Servers'][$i]['password']      = 'my_password';    // MySQL password (only
needed
       // with 'config' auth_type)

I also have MySQL Connector/ODBC 3.51 installed [windows 2000, php 5]

when I earlier installed MySQL 5 beta it worked good...

what's wrong and how to correct this?

with regards
DeRyl


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to