|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: freebsd, postfix and mysql
From: Adam Jacob Muller (lists-postfix
adam.gs)
Date: Sat Jan 27 2007 - 14:13:28 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
if you are using mysql >=4.1
try doing
set password for user
localhost = old_password("password");
if you do do what mouss suggested, be aware that the mysql grant for
a user connecting from 127.0.0.1 is not the same as a user connecting
from "localhost" (socket), test that first by specifying "-h
127.0.0.1" to the mysql cli.
-Adam
On Jan 27, 2007, at 2:40 PM, mouss wrote:
> Ebbe Hjorth wrote:
>> That works fine as well, more help?
>>
>>
>>
>
> In your .cf, set the mysql host to "127.0.0.1" instead of
> "localhost". localhost will use the unix socket, which may break in
> case of chroot.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]