Re: [Exim] MySql Problems

Top Page
Delete this message
Reply to this message
Author: ScaryG
Date:  
To: Marcin Sochacki
CC: exim-users, dmegli
Subject: Re: [Exim] MySql Problems
On Fri, 5 Apr 2002 10:01:52 +0200
Marcin Sochacki <wanted@???> wrote:

> On Thu, Apr 04, 2002 at 08:56:59PM -0700, Dan Egli wrote:
> > 5) grant ALL PRIVILEGES on exim.* to exim IDENTIFIED BY PASSWORD
> > 'testpw';
>
> I don't know if it's just a typo, or a real error. Try to remove the
> word'PASSWORD' from the above line.


I hope Dan catches this one! lol. Good eyes... yes, it should be

grant ALL PRIVILEGES on exim.* to exim@localhost IDENTIFIED by 'testpw';

This time I compared the syntax to my notes to be sure instead of
relaying on my poor tired brain cells.