zafar rizvi wrote:

i am installing vpopmail-5.2.1 with mysql centralized database ports,
I successfully compile everything but when adding the domain it give me
error like that

[EMAIL PROTECTED] vpopmail-5.2.1]# /home/vpopmail/bin/vadddomain example.com
Please enter password for postmaster:
enter password again:
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)
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[b]: MySQL server has gone away
vmysql: sql error[3]: MySQL server has gone away
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[b]: MySQL server has gone away
vmysql: sql error[3]: MySQL server has gone away
vmysql: sql error[2]: MySQL server has gone away
Error: Unable to chdir to vpopmail/users directory

Is there anything wrong.

A whole bunch of things could be wrong - you have to do some troubleshooting yourself to check these:


1. MySQL isn't running at the remote end.

and/or

2. Your MySQL username or password is/are incorrect.

and/or

3. You haven't given permission on the remote MySQL server to connect to it from your server (i.e. GRANT ALL PRIVILEGES ON vpopmail.* TO [EMAIL PROTECTED] IDENTIFIED BY "password" etc etc etc).

and/or

4. There is a firewall running on either or both machines preventing communication.

Again, as I suggested in a previous email, you can test these things yourself easily enough using simple things like telnet, the mysql client, etc etc.

--
Aj.
Systems Administrator / Developer




Reply via email to