D
Deleted member 13046
Guest
Hallo,
hab Debian 9.1 mit Nginx und Maria DB, Postfix usw.
Lief bisher alles super, nur jetzt spinnt nach einem Upgrade der Mysql Socket.
log sagt:
Ich kann mich per (mysql -u root -p) in die Datenbank einloggen, also die läuft.
ps -A|grep mysql gibt mir
700 ? 00:00:00 pure-ftpd-mysql
3159 ? 00:00:00 mysqld
Irgendwo wird da ein falscher Socket verwendet, also vermute ich mal.
Kann das sein?
Jemand eine Idee?
Danke Gruß Haxley
hab Debian 9.1 mit Nginx und Maria DB, Postfix usw.
Lief bisher alles super, nur jetzt spinnt nach einem Upgrade der Mysql Socket.
log sagt:
Code:
Oct 11 13:00:18 enterprise dovecot: auth-worker(1303): Error: mysql(localhost): Connect failed to database (dbispconfig): Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2 "No such file or directory") - waiting for 1 seconds before retry
Oct 11 13:00:18 enterprise dovecot: auth-worker(1303): Error: mysql(localhost): Connect failed to database (dbispconfig): Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2 "No such file or directory") - waiting for 1 seconds before retry
Oct 11 13:00:18 enterprise postfix/pipe[943]: AF6453EA2840: to=<info@xxxxxxxxx.de>, relay=dovecot, delay=70, delays=0.07/0.01/0/69, dsn=4.3.0, status=deferred (temporary failure)
Oct 11 13:00:19 enterprise dovecot: auth-worker(1303): Error: mysql(localhost): Connect failed to database (dbispconfig): Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2 "No such file or directory") - waiting for 5 seconds before retry
Oct 11 13:00:19 enterprise dovecot: auth-worker(1303): Error: mysql(localhost): Connect failed to database (dbispconfig): Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2 "No such file or directory") - waiting for 5 seconds before retry
Oct 11 13:00:24 enterprise dovecot: auth-worker(1303): Error: mysql(localhost): Connect failed to database (dbispconfig): Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2 "No such file or directory") - waiting for 25 seconds before retry
Oct 11 13:00:24 enterprise dovecot: auth-worker(1303): Error: mysql(localhost): Connect failed to database (dbispconfig): Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2 "No such file or directory") - waiting for 25 seconds before retry
Oct 11 13:00:49 enterprise dovecot: auth-worker(1303): Error: mysql(localhost): Connect failed to database (dbispconfig): Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2 "No such file or directory") - waiting for 125 seconds before retry
Oct 11 13:00:49 enterprise dovecot: auth-worker(1303): Error: mysql(localhost): Connect failed to database (dbispconfig): Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2 "No such file or directory") - waiting for 125 seconds before retry
Oct 11 13:01:01 enterprise CRON[1317]: (root) CMD (/usr/local/ispconfig/server/server.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done)
Oct 11 13:01:01 enterprise CRON[1318]: (root) CMD (/usr/local/ispconfig/server/cron.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done)
Ich kann mich per (mysql -u root -p) in die Datenbank einloggen, also die läuft.
ps -A|grep mysql gibt mir
700 ? 00:00:00 pure-ftpd-mysql
3159 ? 00:00:00 mysqld
Irgendwo wird da ein falscher Socket verwendet, also vermute ich mal.
Kann das sein?
Jemand eine Idee?
Danke Gruß Haxley