"J.C. Ting" wrote:

> I use Mysql for half year. At this moment, I encounter a big problem
> that I can not query any data from my server.
> The following is my configuration.
> 
> Platform: Solaris 2.7 on Sun Ultra2
> Mysql version: 3.22.29
> Table Name: mailhead;
> mysql> select * from mailhead where serial_no=900000;
> ERROR 1030: Got error 134 from table handler
> mysql> show variables;

Table seems to be corrupted and should be fixed with isamck as
documented in manual. Also I suggest to upgrade to latest 3.23.25
version.

-- 
MySQL Development Team
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Tonu Samuel <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Tallinn, Estonia
       <___/

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to