Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-06 Thread Paul Theodoropoulos
At 03:21 AM 06/05/2003, Michael Bowe wrote: Tina, Perhaps take a look at my quick guide to vpopmail with mysql at http://www.pipeline.com.au/staff/mbowe/isp/vpopmail-mysql.htm Also available is a more comprehensive mail server guide at http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm

Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread Ahmad Masood Shah
check your permission and also check database and data base user or valid in vmysql.h -- Best Regs, Masood Ahmad Shah System Administrator ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ | * * * * * * * * * * * * * * * * * * * * * * * * | Fibre Net (Pvt) Ltd. Lahore, Pakistan | Tel:

Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread System
check your permission and also check database and data base user or valid in vmysql.h GRANT select,insert,update,delete,create,drop ON vpopmail.* TO [EMAIL PROTECTED] IDENTIFIED BY 'vpoppass'; This is just fine and even connects to mysql from the prompt. I tried granting all privileges to

Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread Ahmad Masood Shah
have u compiled vpopmail with vpopuser and vpoppass in vmysql.h. If no then please recompile your vpopmail with this username and password. If you have compiled vpopmail with this user name already then problem can be in database privileges. check again using console... -- Best Regs, Masood

Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread Michael Bowe
I would suggest you go back to your vpopmail source dir and run the following : make clean then run your configure again and then make install-strip Perhaps you did the original setup in the wrong sequence. You must make sure you modify the vmysql.h file 1st before you do all the other steps

Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread System
I would suggest you go back to your vpopmail source dir and run the following : make clean then run your configure again and then make install-strip Perhaps you did the original setup in the wrong sequence. You must make sure you modify the vmysql.h file 1st before you do all the other

Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread System
I would suggest you go back to your vpopmail source dir and run the following : make clean then run your configure again and then make install-strip Perhaps you did the original setup in the wrong sequence. You must make sure you modify the vmysql.h file 1st before you do all

Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread Michael Bowe
Sounds to me like you are missing a quotation mark in vmysql.h from one of the #define lines that you modified to set the sql username/password Michael. - Original Message - From: System [EMAIL PROTECTED] To: vpopmail [EMAIL PROTECTED] Sent: Thursday, June 05, 2003 7:29 PM Subject: Re:

Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread System
Sounds to me like you are missing a quotation mark in vmysql.h from one of the #define lines that you modified to set the sql username/password No Actually due to the MYSQL_UPADTE error which occured quite often when i was compiling vpopmail i commented those lines and i forgot to uncomment in

SV: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread Jonas Thomsen
Sounds to me like you are missing a quotation mark in vmysql.h from one of the #define lines that you modified to set the sql username/password No Actually due to the MYSQL_UPADTE error which occured quite often when i was compiling vpopmail i commented those lines and i forgot to

Re: [vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread Michael Bowe
I am quite newbie to this and belive me i didn't find any thing on Google expect the old Archives from this mailing list but there was no post in the older archive which would have helped me, so i am posting so much on this list. Tina, Perhaps take a look at my quick guide to vpopmail with

[vchkpw] could not connect to mysql update server Access denied for user

2003-06-05 Thread System
Hello All, I have installed vpopmail on my redhat 7.3 box with mysql 4.x and qmail with SquirrelMail 1.0.4. I compiled vpopmail and used the following settings for mysql. /usr/sbin/groupadd -g 89 vchkpw /usr/sbin/useradd -g vchkpw -u 89 vpopmail GRANT select,insert,update,delete,create,drop ON