On Thu, 05 Aug 2010 23:41:32 +0200
news...@acrocat.com wrote:

>  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;
> 
The user does not need grant option. Anyway... can you try to log in normally:
# mysql --user=myUser --password=[your password here] --host=localhost dspamDB

Does that work?

btw: You know that the login data is taken directly form dspam.conf? If you 
have not altered the maintenance script and your current DSPAM is able to 
connect, so should the maintenance script too.


> Any idea what I am missing?
> 
> Edward
> 
-- 
Kind Regards from Switzerland,

Stevan Bajić

------------------------------------------------------------------------------
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