Re: [vchkpw] Vpopmail Installation Problem

2003-07-16 Thread Ajai Khattri
zafar rizvi wrote:

Its mean mysql client must be installed on the qmail server first.
Well you have to have mysqlclient libraries installed to talk to another 
MySQL server anyway!

I have but still i am getting error.
ERROR 2003: Can't connect to MySQL server on '192.168.0.64' (111)
So you have a basic connectivity problem:

1. Check MySQL is running on the remote server and is listening on that IP.

2. If it is, trying telnetting to port 3306 from the mail server to the 
MySQL server and see if you get connected.

3. Check you don't have a firewall running locally on both machines.

Etc etc etc.

--
Aj.
Systems Administrator / Developer



Re: [vchkpw] Vpopmail Installation Problem

2003-07-16 Thread zafar rizvi
hi
Its mean mysql client must be installed on the qmail server first.
ok 
I have but still i am getting error.
ERROR 2003: Can't connect to MySQL server on '192.168.0.64' (111)

AND I have my.conf like that
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock

[mysql.server]
user=mysql
basedir=/var/lib

[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid


Would u tell me what's wrong. or what setting left.

Thanks
ZAfar


- Original Message - 
From: "Ajai Khattri" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 16, 2003 9:18 PM
Subject: Re: [vchkpw] Vpopmail Installation Problem


> zafar rizvi wrote:
> 
> > I am in problem of installing vpopmail with centralized mysql database
> > support, and getting error in make command.
> > i think its all bcz of disconnection from remote system.
> > 
> > I test the connection with php script and got output like that.
> > Error :Lost Connection to mysql server during query.
> 
> A basic troubleshooting step would be to check that the MySQL connection 
> with the same username and password actually works. You can probably do 
> this by logging into your mail server and connecting your central 
> database by using the mysql client.
> 
> -- 
> Aj.
> Systems Administrator / Developer
> 
> 
> 




Re: [vchkpw] Vpopmail Installation Problem

2003-07-16 Thread Ajai Khattri
zafar rizvi wrote:

I am in problem of installing vpopmail with centralized mysql database
support, and getting error in make command.
i think its all bcz of disconnection from remote system.
I test the connection with php script and got output like that.
Error :Lost Connection to mysql server during query.
A basic troubleshooting step would be to check that the MySQL connection 
with the same username and password actually works. You can probably do 
this by logging into your mail server and connecting your central 
database by using the mysql client.

--
Aj.
Systems Administrator / Developer



[vchkpw] Vpopmail Installation Problem

2003-07-16 Thread zafar rizvi
hi ppl
I already put question on that mailing list but got now answer.

I am in problem of installing vpopmail with centralized mysql database
support, and getting error in make command.
i think its all bcz of disconnection from remote system.

I test the connection with php script and got output like that.
Error :Lost Connection to mysql server during query.

Anybody can tell me how can i set our mysql server so that it listen from
all  network server so i can install vpopmail easily.

Thanks
Zafar