vielleicht hat ja hier einer nen kleinen Tip:
Auf einem Vserver, wo nur ein phpbb 2.0.17 liegt verschwindet in unregelm�ssigen Abst�ndien die mysql.sock.
Dadurcj funktioniert nat�rlich auch der SQL-Server nicht, mit der typischen Fehlermeldung im Board (cant' connenct through Database).
Ok, also dann mittels SSH aufden Server und dann starte ich den mysql-Server �ber "safe_mysqld & " wieder neu .
Aber das kann es ja nun nciht sein oder

Manchmal l�uft tat�chlich der Server auch noch (zumindest bekomme ich �ber ps -ax den entsprechendne Prozess zu sehen, den ich dann auch noch �ber kill Prozessnummer erstmal sterben lassen muss). Manchmal l�uft der Server auch �berhaupt nicht.
Hier mal der Auszug aus dem Logfile:
Code: Alles auswählen
Number of processes running now: 1
mysqld process hanging, pid 28488 - killed
050828 14:53:04 mysqld restarted
Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
If you do not want to use transactional InnoDB tables, add a line
skip-innodb
to the [mysqld] section of init parameters in your my.cnf
or my.ini. If you want to use InnoDB tables, add to the [mysqld]
section, for example,
innodb_data_file_path = ibdata1:10M:autoextend
But to get good performance you should adjust for your hardware
the InnoDB startup options listed in section 2 at
http://www.innodb.com/ibman.html
/usr/libexec/mysqld: ready for connections
Number of processes running now: 2
050828 14:53:06 mysqld restarted
050828 14:53:06 Can't start server: Bind on TCP/IP port: Address already in use
050828 14:53:06 Do you already have another mysqld server running on port: 3306 ?
050828 14:53:06 Aborting
050828 14:53:06 /usr/libexec/mysqld: Shutdown Complete
050828 14:53:06 mysqld ended
050828 15:02:08 mysqld started
050828 15:02:08 Can't start server: Bind on TCP/IP port: Address already in use
050828 15:02:08 Do you already have another mysqld server running on port: 3306 ?
050828 15:02:08 Aborting
050828 15:02:08 /usr/libexec/mysqld: Shutdown Complete
050828 15:02:08 mysqld ended
Danke