When running dspam_maintenance.sh, I get the following error:

ERROR 1045 (28000): Access denied for user 'myUser'@'localhost' (using
password: YES)
MySQL purge script returned error code 1

I have given that user rights to the database:

GRANT ALL PRIVILEGES ON dspamDB.* TO 'myUser'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON dspamDB.* TO 'myUser'@'%' WITH GRANT OPTION;

Any idea what I am missing?

Edward


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to