mySQL 4.1 Can't connect thru port 3306 protocol denied

--0-602571761-1124157033=:54034
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Dear Sir,

I'm using Win XP , Why my application program can't connect to MySQL 4.1 The error message is like this "Consider to upgrade mysql client".

Currenlt I'm using progarm realbasic 5.5 and if there is not password at username of ROOT it's fine. but If using password the problem occured. pls your help, thanks.

Rgds,
Eriko



Cheers,
Eriko
--0-602571761-1124157033=:54034--
erikoguard-mysqlwin [ Di, 16 August 2005 03:50 ] [ ID #924052 ]

Re: mySQL 4.1 Can't connect thru port 3306 protocol denied

You're using a client wich doesn't support the new password format
released with MySQL 4.1, I've found many ways to work around this, but
for my app the best was to launch the server with the
--skip-grant-tables and login with the user that will have the
password changed, and issue an:

SET PASSWORD=3DOLD_PASSWORD('xxx');

This does the trick for me.

On 8/15/05, erikoguard-mysqlwin [at] yahoo.com <erikoguard-mysqlwin [at] yahoo.com> w=
rote:
> Dear Sir,
>
> I'm using Win XP , Why my application program can't connect to MySQL 4.1 =
The error message is like this "Consider to upgrade mysql client".
>
> Currenlt I'm using progarm realbasic 5.5 and if there is not password at =
username of ROOT it's fine. but If using password the problem occured. pls =
your help, thanks.
>
> Rgds,
> Eriko
>
>
>
> Cheers,
> Eriko
>


--
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------

--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=3Dgcdmw-win32 [at] m.gmane.org
Daniel da Veiga [ Di, 16 August 2005 15:31 ] [ ID #924055 ]

Re: mySQL 4.1 Can't connect thru port 3306 protocol denied

--0-2109569269-1124361076=:91327
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Thanks for advise, it's really work.

After checked ,my Application is doesn't supported the new password starting MySQL 4.1

I follow your suggest to change the password to OLD_PASSWORD.

Best Regards,
Eriko


Daniel da Veiga <danieldaveiga [at] gmail.com> wrote:
You're using a client wich doesn't support the new password format
released with MySQL 4.1, I've found many ways to work around this, but
for my app the best was to launch the server with the
--skip-grant-tables and login with the user that will have the
password changed, and issue an:

SET PASSWORD=OLD_PASSWORD('xxx');

This does the trick for me.

On 8/15/05, erikoguard-mysqlwin [at] yahoo.com wrote:
> Dear Sir,
>
> I'm using Win XP , Why my application program can't connect to MySQL 4.1 The error message is like this "Consider to upgrade mysql client".
>
> Currenlt I'm using progarm realbasic 5.5 and if there is not password at username of ROOT it's fine. but If using password the problem occured. pls your help, thanks.
>
> Rgds,
> Eriko
>
>
>
> Cheers,
> Eriko
>


--
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------

--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=erikoguard-mysqlwin [at] yahoo .com



Cheers,
Eriko
--0-2109569269-1124361076=:91327--
erikoguard-mysqlwin [ Do, 18 August 2005 12:31 ] [ ID #927741 ]
Datenbanken » gmane.comp.db.mysql.windows » mySQL 4.1 Can't connect thru port 3306 protocol denied

Vorheriges Thema: CASE or Data Modeling tool
Nächstes Thema: PHP 5 with MySQL 4.1