I would have a look here:
http://dev.mysql.com/doc/refman/5.0/en/old-client.html
Secondly, if I'm not mistaking, the some_host should be localhost if you
want the script only to be able to connect from the local computer and % if
you want the connection to be possible from any possible host.
At le
Andrew wrote:
In the last episode (Mar 26), Andrew said:
What could ever be the problem with the failing Perl DBI (C->B)
connection, if everything is OK with a C->A connection (with and
without Perl), and, in addition, a command-line C->B connection
works?
The password on B is a new-style pas
Andrew
Your client application is trying to authenticate with the old mysql
method, you need to update your client script or alternatively reset
password to old version using:
SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('newpwd');
Hope this helps
Regards
Jeremy
--
Jeremy Oliv
>In the last episode (Mar 26), Andrew said:
>> What could ever be the problem with the failing Perl DBI (C->B)
>> connection, if everything is OK with a C->A connection (with and
>> without Perl), and, in addition, a command-line C->B connection
>> works?
>
>The password on B is a new-style passwor
In the last episode (Mar 26), Andrew said:
> What could ever be the problem with the failing Perl DBI (C->B)
> connection, if everything is OK with a C->A connection (with and
> without Perl), and, in addition, a command-line C->B connection
> works?
The password on B is a new-style password, and
Message -
From: "Fernando Gomes Bernardino" <[EMAIL PROTECTED]>
To: "MySQL - Lista Internacional" <[EMAIL PROTECTED]>
Sent: Wednesday, December 03, 2003 12:33
Subject: Re: Client does not support authentication protocol requested by
server
>
> >
> Warning: mysql_pconnect(): Client does not support authentication
protocol
> requested by server. Consider upgrading MySQL client
#1249 - Client does not support authentication protocol requested by
server.
Consider upgrading MySQL client ??
I have MySQL 4.1 on Linux. The "mysql_fix
r u getting this problem while coonecting through MySql Front or directly to
the server?
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 03, 2003 3:23 PM
Subject: Client does not support authentication protocol requested by server
>
>
>