[Workaround] problem with postfix/mysql

Hartman Wagner III hartman at fhwconsulting.com
Mon Nov 21 18:47:41 CET 2005


Hello All,

 

I fixed the problem; it was related to MySQL password compatibility issues.
I'm not exactly sure what it is but I had to do the following within mysql
to correct the problem.

 

Mysql> use mysql

Mysql> UPDATE user set password = old_password('your password') where user =
'provider_admin';

Mysql> flush privileges;

 

Hartman

 

-----Original Message-----
From: workaround-chitchat-bounces at workaround.org
[mailto:workaround-chitchat-bounces at workaround.org] On Behalf Of Hartman
Wagner III
Sent: Saturday, November 19, 2005 5:31 PM
To: workaround-chitchat at workaround.org
Subject: [Workaround] problem with postfix/mysql

 

Hello All,

 

I'm build a second server with debian stable and I am getting this error in
mysql

 

051119 17:19:32     156 Connect     Client does not support authentication
protocol requested by server; consider upgrading MySQL client

 

I can connect to mysql fine using mysql, so I will assume it has something
to do with postfix-mysql. I get then error when I telnet into the localhost
on port 25 to test the setup.

 

Hartman

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://workaround.org/pipermail/workaround-chitchat/attachments/20051121/4dad5a24/attachment.htm 


More information about the Workaround-chitchat mailing list