Hi,
I'm running a private webserver, and I get this mail everytime I start MySQL:
Code:
Subject: WARNING: mysqlcheck has found corrupt tables

/usr/bin/mysqlcheck: Got error: 1102: Incorrect database name 'deprecated.mysql' when selecting the database

 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: 2  Threads: 1  Questions: 9  Slow queries: 0  Opens: 12  Flush tables: 1  Open tables: 6  Queries per second avg: 4.500
This keeps flooding my mailbox. Is there something wrong in the configuration? Or is this the ordinary behavior so I should ignore it?
Thanks in advance