I doubt it's about privileges, i have tried giving full access to that user, unfortunately with no change in the error message.
The qmailadmin webinterface gives 'invalid login', when i check apache's error_log, i get the errors i pasted in my previous message. Adding, removing domains in vpopmail (cli) is no problem, no errors there, and database seems to be updated correctly. Kind greets Bart Thys An eye for an eye... And soon the whole world would be blind ----- Original Message ----- From: "Rick van Vliet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 29, 2003 5:06 PM Subject: Re: [qmailadmin] Mysql Update Server problems > On Mon, 29 Sep 2003 16:51:09 +0200, Bart <[EMAIL PROTECTED]> wrote: > > > > > 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 > > > > >
