could not connect to mysql update server Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) with database
could not connect to mysql update server Access denied for user: '[EMAIL PROTECTED]' (Using password: YES)
When I manually log in to mysql (mysql -u vpopmail_edit -p) there is no problem whatsoever.
An eye for an eye... And soon the whole world would be blind
Does your user vpopmail_edit have privileges as vpopmail_edit@'%'
mysql> GRANT ALL PRIVILEGES ON *.* TO [EMAIL PROTECTED] -> IDENTIFIED BY 'some_pass' WITH GRANT OPTION; mysql> GRANT ALL PRIVILEGES ON *.* TO monty@'%' -> IDENTIFIED BY 'some_pass' WITH GRANT OPTION; mysql> GRANT RELOAD,PROCESS ON *.* TO [EMAIL PROTECTED]; mysql> GRANT USAGE ON *.* TO [EMAIL PROTECTED];
http://www.mysql.com/doc/en/Adding_users.html
Not sure this is it, but it does sound like a mySQL issue. Rick
