[vchkpw] could not connect to mysql update server

2003-08-21 Thread Darcy Dueck
Hello List, I am getting the exact same problem as Jon was a few days ago. I can login to the mysql database using the exact same login information that I provided with vmysql.h The thing is, I created a user called 'mail' but the apache error logs are still showing vpopmail trying to connect.

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
with the source code for the universe and a quick recompile. - Original Message - From: System [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, June 05, 2003 12:15 PM Subject: [vchkpw] could not connect to mysql update server Access denied for user Hello All

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

2003-06-05 Thread System
with the source code for the universe and a quick recompile. - Original Message - From: System [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, June 05, 2003 12:15 PM Subject: [vchkpw] could not connect to mysql update server Access denied for user Hello All

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

2003-06-05 Thread Ahmad Masood Shah
PROTECTED] To: Ahmad Masood Shah [EMAIL PROTECTED] Cc: vpopmail [EMAIL PROTECTED] Sent: Thursday, June 05, 2003 12:26 PM Subject: Re: [vchkpw] could not connect to mysql update server Access denied for user check your permission and also check database and data base user or valid in vmysql.h

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

2003-06-05 Thread Michael Bowe
Michael. - Original Message - From: System [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, June 05, 2003 5:15 PM Subject: [vchkpw] could not connect to mysql update server Access denied for user Hello All, I have installed vpopmail on my redhat 7.3 box

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

2003-06-05 Thread Toyoda Yasuyuki
Hello I success to access MySQL. Please check the following contents. 1.MySQL configure option --with-mysqld-user= 2.MySQL start up /usr/local/mysql/bin/mysqld_safe --user= 3.Prepare database /usr/local/mysql/bin/mysqladmin create vpopmail /usr/local/mysql/bin/mysql mysql grant

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

2003-06-05 Thread Toyoda Yasuyuki
Hello, I forget to add checking the following contests. 6.Initialize database in MySQL(please check username) /usr/local/mysql/bin/mysql_install_db --user=(username) chown -R (username) /usr/local/var chgrp -R (username) /usr/local/var Regards, Yasuyuki Toyoda System wrote: Hello All, I have

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
: [vchkpw] could not connect to mysql update server Access denied for user 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

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