Hi,
ich habe ein Prob mit MySQL. Und zwar kommt es in unregelmäßigen Abständen vor, dass die MySQL Datenbank nicht mehr erreichbar ist, also Confixx kann nicht connecten und Web Applikationen auch nicht.
Jedoch ist MySQL immer noch gestartet. Bei ps steht es weiterhin drin, jedoch statt der üblichen 5-6 male, kommt es dann mal locker auf 20 mal und es gibt auch ein Programm das nennt sich mysqld [defunct].
MySQL lässt sich dann auch nur durch nen Hard Kill beenden (kill -9).
Weiß vielleicht einer woran das liegt und was man dagegen tun kann?
Meine MySQL Version ist 4.0.17
Weiß nicht b es hilft, aber ich hab Apache 2.0.48
PHP 4.3.3
Und alles läuft auf einem Gentoo System, wobei die Pakete alle manuell installiert wurden.
Bin für Hilfe sehr dankbar.
Coolface
MySQL hängt sich auf
Re: MySQL hängt sich auf
Code: Select all
# php.ini
...
[MySQL]
mysql.allow_persistent = Off
...
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: MySQL hängt sich auf
Danke sehr, ich hoffe mal, dass es jetzt geht...