|
Posted by Joaquim Amado Lopes on 07/07/06 00:44
Greetings.
On Mon, 30 Jan 2006 20:58:45 +0100, "J.O. Aho" <user@example.net>
wrote:
>
>Lawrence Traub wrote:
>> Thanks. I think I should have given more information.I'm using PHP 5.x and
>> Apache 1.x because that is what the book I am using uses. At the current
>> time I am trying to get them to work on a Windows XP system, but will
>> probably need to move to Linux later on. Do you know of another website that
>> could help me out?
>
>I'm not much into microsoft, but I guess you can have some help of
>http://www.webmasterstop.com/48.html
>
>It includes MySQL too, which is quite useful when making dynamic pages.
>There should be some already made packages for microsoft that does include
>apache/php/mysql already configured to be used together, but as I never used
>those I can't remember the names even if they have been many time written here.
>
I followed all the procedures and, as far as I can tell, Apache, PHP
and MySQL are working fine.
Installed MySQL Administrator and MySQL Query Browser and both access
the MySQL databases with the username and password I provide.
But can't get phpMyAdmin to work. It alwys returns the error:
#1251 - Client does not support authentication protocol requested by
server; consider upgrading MySQL client
From the config.inc.php file:
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['compress'] = FALSE;
$cfg['Servers'][$i]['controluser'] = '';
$cfg['Servers'][$i]['controlpass'] = '';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'password';
The user and password are the same I use with MySQL Administrator and
MySQL Query Browser.
The versions are:
Apache 2.0.58
MySQL 4.1.20
PHP 4.3.10
MySQL Administrator 1.1.9
MySQL Query Browser 1.1.20
phpMyAdmin 2.64
Can anyone help me to solve this, please?
Thank you,
Joaquim Amado Lopes
Navigation:
[Reply to this message]
|