Re: repairing/verifying tables Hi,
Octavian Rasnita wrote:
> Hi,
>
> Is there a way of checking which of the tables of a database have errors
> without checking each table separately?
Try mysqlcheck. I believe it lets you do all tables in all databases, and lets you do
things like repair if there is an error.
Baron |