confixx_counterscript.pl line 84 meldet Problem

shudson8472

Registered User
Hello Zusamen

habe ich eien neu user mit pop3 konto angelegt auch mit email address
und hatte ich bermerkt daß es langer gedauert wie normal C.a 1 Stunden.
aber es klappt und hatte ich nicht mehr nachgedacht.

Aber komme ich eien post von cron daß etwas scheif gegangen ist

Code:
Return-Path: <[email protected]>
X-Original-To: [email protected]
Delivered-To: [email protected]
Received: from localhost (unknown [127.0.0.1])
	by myweb.de (Postfix) with ESMTP id 59E101FC4B9
	for <[email protected]>; Wed, 16 Aug 2006 11:00:02 +0000 (UTC)
Received: from myweb.de ([127.0.0.1])
 by localhost (alpha981 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 02131-01 for <[email protected]>;
 Wed, 16 Aug 2006 13:00:01 +0200 (CEST)
Received: by myweb.de (Postfix, from userid 0)
	id 78F741FC4BC; Wed, 16 Aug 2006 13:00:01 +0200 (CEST)
From: [email protected] (Cron Daemon)
To: [email protected]
Subject: Cron <root@alpha981> /usr/local/confixx/confixx_counterscript.pl
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <PATH=/usr/bin:/usr/sbin:/sbin:/bin:/usr/lib/news/bin>
X-Cron-Env: <MAILTO=root>
X-Cron-Env: <HOME=/root>
X-Cron-Env: <LOGNAME=root>
X-Cron-Env: <USER=root>
Message-Id: <[email protected]>
Date: Wed, 16 Aug 2006 13:00:01 +0200 (CEST)
X-Virus-Scanned: amavisd-new at myweb.de

DBI connect('confixx:localhost;mysql_socket=/var/lib/mysql/mysql.sock','confixx',...) failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) at script/confixx_counterscript.pl line 84
#2005: Unable to establish database connection: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

habe ich gegoogled und im forum aber leider find ich nichts

path vor mysql stimmt, msql selber läuft ohne problem
Rootie S4Y Suse9.3

Danke im Voraus
 
Last edited by a moderator:
Hello

mysql.sock ist vorhanden und im ordner var/lib/mysql/

und im my.cnf ist folgendes drin

Code:
# The MySQL server
[mysqld]
port		= 3306
socket		= /var/lib/mysql/mysql.sock

Mysql und Apache sind Späte Arbends neugestartet via eien CronJob
 
Back
Top