[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mysterious MySQL-connect



Hi

On 2004-09-24 Andreas Vent-Schmidt wrote:
> On the servers in questions are no customers - it's a dedicated system 
> for only one customer. All the web programming an so on is done only by 
> myself (well, I hope so ;-). But, there are some POP accounts and also 
> an smtpd (no ftpd).

Do a "tcpdump -i any -n -l -s1500 port 3306" and if you're lucky you 
see from which port/ip the packets come (if the connect via tcp).
Then on this other side see with "fuser -n tcp <port>" which user did
it. If it's a socket connection you might find at least the userid
with "netstat -tanp"...

BTW: You're using backports you said? Please note that I changed the
     scripts only recently (4.0.20-x) to log to syslog. Before that
     all messages went to the mostly ignored /var/log/mysql/mysql.err
     so you probably don't suffer from a "new" problem but just never 
     noticed it before.

bye,

-christian-

Attachment: pgpvO2J0xuFhO.pgp
Description: PGP signature


Reply to: