Re: Authentication messed up?

2002-04-05 Thread Victoria Reznichenko
Dan, Friday, April 05, 2002, 3:21:46 AM, you wrote: DE> I tried to add a user to my mysql system for the MTA (exim) but am having a DE> hard time making it work. DE> I used grant to give exim permissions: DE> grant ALL PRIVILEGES on exim.* to exim@localhost IDENTIFIED BY PASSWORD DE> ; DE> and

Re: Authentication messed up?

2002-04-04 Thread Tyler Longren
did you FLUSH (reload) your mysql server? Tyler Longren Captain Jack Communications [EMAIL PROTECTED] www.captainjack.com - Original Message - From: "Dan Egli" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 04, 2002 6:21 PM Subject: Authentic

Authentication messed up?

2002-04-04 Thread Dan Egli
I tried to add a user to my mysql system for the MTA (exim) but am having a hard time making it work. I used grant to give exim permissions: grant ALL PRIVILEGES on exim.* to exim@localhost IDENTIFIED BY PASSWORD ; and the exim database does exist, BUT. [root@shortcircuit root]# mysql exim