regelmäßiger MySQL Absturz
Posted: 2003-01-01 17:59
Hi ...
hat zufällig jemand Erfahrung mit MySQL Abstürzen ? Ich habe das Problem das sich MySQL regelmäßig alle 2 - 3 Tage aufhängt. Auf einem System, welches sich eigentlich langweilt, also keine hohe Last hat, auch nicht in anderen Diensten.
System: RedHat 8.0
MySQL: 2.23.52
Wenn ich es richtig sehe kommt es zum Problem, wenn 2 Prozesse hängen, einzelne hängende Prozesse killt er vorher immer sauber.
mysqld_log
--------------------------------
Number of processes running now: 2
mysqld process hanging, pid 20533 - killed
mysqld process hanging, pid 20533 - killed
030101 08:52:01 mysqld restarted
030101 8:52:01 Can't start server: Bind on TCP/IP port: Address already in use
030101 8:52:01 Do you already have another mysqld server running on port: 3306 ?
030101 8:52:01 Aborting
-----------------------------------
Ein Perl Script meldet danach:
------------------------------------
DBI->connect(confixx:localhost;mysql_socket=/var/lib/mysql/mysql.sock) failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) at confixx_counterscript.pl line 84
#2005: Konnte Datenbankverbindung nicht aufbauen : Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
------------------------------------
Anderes auf Port 3306 läuft logischerweise nicht.
messages Datei unauffällig
Ideen, Gedanken, Ansätze ?
Gruß und Danke
Neffe
hat zufällig jemand Erfahrung mit MySQL Abstürzen ? Ich habe das Problem das sich MySQL regelmäßig alle 2 - 3 Tage aufhängt. Auf einem System, welches sich eigentlich langweilt, also keine hohe Last hat, auch nicht in anderen Diensten.
System: RedHat 8.0
MySQL: 2.23.52
Wenn ich es richtig sehe kommt es zum Problem, wenn 2 Prozesse hängen, einzelne hängende Prozesse killt er vorher immer sauber.
mysqld_log
--------------------------------
Number of processes running now: 2
mysqld process hanging, pid 20533 - killed
mysqld process hanging, pid 20533 - killed
030101 08:52:01 mysqld restarted
030101 8:52:01 Can't start server: Bind on TCP/IP port: Address already in use
030101 8:52:01 Do you already have another mysqld server running on port: 3306 ?
030101 8:52:01 Aborting
-----------------------------------
Ein Perl Script meldet danach:
------------------------------------
DBI->connect(confixx:localhost;mysql_socket=/var/lib/mysql/mysql.sock) failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) at confixx_counterscript.pl line 84
#2005: Konnte Datenbankverbindung nicht aufbauen : Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
------------------------------------
Anderes auf Port 3306 läuft logischerweise nicht.
messages Datei unauffällig
Ideen, Gedanken, Ansätze ?
Gruß und Danke
Neffe