Bertrand,
Tuesday, May 21, 2002, 4:15:37 PM, you wrote:

BT>  I have a MySQL database with a table named CONNEXION. When i'm trying to do
BT>  something with the specific table, i have the following error:
BT>  ERROR1016:Can't open file: 'CONNEXION.MYD'. (errno: 145)
BT>  Please can anybody help me?
BT>  Thanks in advance

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

Try to repair table using myisamchk or REPAIR TABLE. Look at:
      http://www.mysql.com/doc/R/e/Repair.html





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



---------------------------------------------------------------------
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