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
<exim pw>;

and the exim database does exist, BUT.....

[root@shortcircuit root]# mysql exim -u exim -p
Enter password:  <exim pw>
ERROR 1045: Access denied for user: 'exim@localhost' (Using password: YES)
[root@shortcircuit root]#


Any ideas? Why can user exim not access the exim database?

Thanks!


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to