ich habe unter Debian mal einen Mysql Server installiert (apt-get install mysql-server).
Der Server lief auch lange Zeit gut,
nur gestern erhielt ich eine Email mit dem Betreff WARNING: mysqlcheck has found corrupt tables
Drin steht dashier:
Das Problem ist, dass jetzt immer der gesamte RamSpeicher belegt ist und eigentlich nichts mehr richtig läuft.db.online
warning : 2 clients are using or haven't closed the table properly
db.phpbb_config
warning : 1 client is using or hasn't closed the table properly
Improperly closed tables are also reported if clients are accessing
the tables *now*. A list of current connections is below.
+----+------------------+-----------+----+---------+------+-------+------------------+
| Id | User | Host | db | Command | Time | State | Info |
+----+------------------+-----------+----+---------+------+-------+------------------+
| 5 | debian-sys-maint | localhost | | Query | 0 | | show processlist |
+----+------------------+-----------+----+---------+------+-------+------------------+
Uptime: 7 Threads: 1 Questions: 263 Slow queries: 0 Opens: 229 Flush tables: 1 Open tables: 64 Queries per second avg: 37.571
Wenn ich den MySQL Server abschalte, laufen alle anderen Programme wieder ganz normal.
Genaue Version ist MySQL - 4.0.24_Debian-10sarge2
HOffe mir kann jemand sagen, wie ich das hier retten kann
danke
ikonos