"Deependra b. Tandukar" <[EMAIL PROTECTED]> wrote:
> 
> what is the meaning of
> 
> Can't open file: 'products_description.MYI'. (errno: 145)
> 
> in mysql?

$ perror 145
Error code 145:  Unknown error 145
145 = Table was marked as crashed and should be repaired

You should repair table with REPAIR TABLE statement or with myisamchk:
        http://www.mysql.com/doc/en/Repair.html


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to