Re: [vchkpw] vpopmail-mysql problem

2005-05-10 Thread DAve
Andrea Benedetto wrote:
We have a big mail server which authenticate users against mysql (mysql
server 4.1.10 and mysql client 4.1.10).
Some times we can see in /var/log/qmail/smtpd/current this line:
2005-04-04 11:43:50.962470500 vmysql: sql error[3]: MySQL server has gone
away
and after this qmail-server says that the mail box doesn't exists.
We have read that it could be a timeout error, because vpopmail keep alive
conections with mysql server but mysql doesn't (wait_timeout = 28800). But
probably this isn't the case, because in the log file we can see that the
error above doesn't occur every 8 hours but it appears at every time.
Here an example:
2005-04-04 01:30:47.096746500 vmysql: sql error[3]: MySQL server has gone
away
2005-04-04 08:25:35.172402500 vmysql: sql error[3]: MySQL server has gone
away
2005-04-04 08:25:38.270531500 vmysql: sql error[3]: MySQL server has gone
away
2005-04-04 11:45:26.640551500 vmysql: sql error[3]: MySQL server has gone
away
2005-04-04 17:24:29.706105500 vmysql: sql error[3]: MySQL server has gone
away
2005-04-04 19:30:11.903721500 vmysql: sql error[3]: MySQL server has gone
away
In other days we haven't any errors.
Some suggestions from prior experience,
Make sure your MySQL server can see DNS for your client (add your 
clients IP and host name to the /etc/hosts file to avoid DNS issues)

When your mail server says the mySQL server has gone away,
1) check your Aborted_clients and Aborted_connects values in MYSQL. 
2) issue a flush status command on the MySQL server and see if 
connections begin again.
3) check your uptime in mysqladmin, is the SQL server crashing and 
restarting?

It could be your connection between the MySQL server and the vpopmail 
server is faulty, bad cat5, bad switch, bad NIC. I've seen these happen 
before. MySQL doesn't like it's connections being interupted.

DAve



RE: [vchkpw] vpopmail-mysql problem

2005-05-02 Thread Jason Wilkinson
Andrea Benedetto wrote:
 We have a big mail server which authenticate users against mysql
 (mysql server 4.1.10 and mysql client 4.1.10). 
 Some times we can see in /var/log/qmail/smtpd/current this line:
 
 2005-04-04 11:43:50.962470500 vmysql: sql error[3]: MySQL server has
 gone away 
 
 and after this qmail-server says that the mail box doesn't exists.
 
 We have read that it could be a timeout error, because vpopmail keep
 alive conections with mysql server but mysql doesn't (wait_timeout =
 28800). But probably this isn't the case, because in the log file we
 can see that the error above doesn't occur every 8 hours but it
 appears at every time.
 
 Here an example:
 2005-04-04 01:30:47.096746500 vmysql: sql error[3]: MySQL server has
 gone away 2005-04-04 08:25:35.172402500 vmysql: sql error[3]: MySQL
 server has gone away 2005-04-04 08:25:38.270531500 vmysql: sql
 error[3]: MySQL server has gone away 2005-04-04 11:45:26.640551500
 vmysql: sql error[3]: MySQL server has gone away 2005-04-04
 17:24:29.706105500 vmysql: sql error[3]: MySQL server has gone away
 2005-04-04 19:30:11.903721500 vmysql: sql error[3]: MySQL server has
 gone away In other days we haven't any errors.  
 
 Can you help us?
 
 Thanks,
 andrea

Is it possible that you're hitting your MySql max connections? The default
is 100 simultaneous connections.

Try running this...
mysql -uroot -pmysql password -e 'show status;'|grep Max_used_connections

If you haven't restarted MySql since the problem was last seen...and if it
shows 100...then that is your problem.

As a side note, I reported the fact that maxing out connections bounced mail
to the devs some time ago. I think they've fixed that in more recent
releases.

http://www.mail-archive.com/vchkpw@inter7.com/msg19810.html




[vchkpw] vpopmail+mysql problem

2003-12-22 Thread Yalcin Cekic

Hi All,

I have a mail box with qmail+vpopmail(5.3.27)+mysql(4.0.15)+qmailadmin(1.0.27)
I recently receive a error like
vmysql: sql error[1]: Can't create database 'vpopmail'. Database
exists
or
delivery 39175: failure:
vmysql:_sql_error[1]:_Can't_create_database_'vpopmail'._Database_exists/vmysql:
_sql_error[3]:_No_Database_Selected/Sorry,_no_mailbox_here_by_that_name._vpopmail_
(#5.1.1)/ 

I dont know what is the problem.
Any help is welcome

Y.C