Hans du Plooy a écrit :
On Sat, 2006-05-06 at 15:40 +0200, Hans du Plooy wrote:
  
But still, it doesn't seem to work.  I'm getting this in my log:

May  6 15:38:26 postbox courierpop3login: authdaemon: starting client
module
May  6 15:38:26 postbox authdaemond.mysql: failed to connect to mysql
server (server=127.0.0.1, userid=postfix)
    

Changed "127.0.0.1" to "localhost" and it worked.

Isn't this a bug?

Thanks
Hans
  

Did you specify --skip-networking during startup of mysql ?
Or in my.ini : skip-networking ?

127.0.0.1 ==> Will query mysql by using a network connexion.
localhost ==> Will try the socket first (/tmp/mysql.sock by default)

HTH.


Jerome Blion.

Reply via email to