Re: [Exim] MySql Problems

Top Page
Delete this message
Reply to this message
Author: ScaryG
Date:  
To: Dan Egli
CC: exim-users
Subject: Re: [Exim] MySql Problems
On Thu, 4 Apr 2002 19:32:32 -0700
"Dan Egli" <dmegli@???> wrote:

> forgot to mention that I did that. Even rebooted the entire mysql
> daemon, still user exim is denied access.


Ok. I went back and re-read your syntax for accessing the database..

I use:

mysql -u username -p password dbname;

The line you quoted has an extra word tossed in between mysql and the -u.


MySql is pretty smart... if you "think" you have the right
username/password and the correct database name, but you can't connect
with the above format -- you got something wrong. Delete, start over.

-ger