Re: Re: errno: 144

2004-09-14 Thread diegon
> Run myisamchk on the host file if you can. > 95% full is not good. Thank's for you're help, it work fine now :) Diego -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: errno: 144

2004-09-13 Thread gerald_clark
perror 144 shows Table crashed. Run myisamchk on the host file if you can. 95% full is not good. Mysql needs free space to do database repairs, schema changes, and index changes. If you don't have as much free space as your largest table+index you have a problem. diegon wrote: Hello everybody, M

Re: (errno: 144)

2001-12-02 Thread Kundan Kumar
[localhost:~/tmp] kundan% perror 144 Error code 144: Unknown error: 144 144 = Table is crashed and last repair failed Regards, Kundan On 11/29/01 2:17 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm getting an error when i query a table i created. I have about 7 or 8 > records, whi

Re: (errno: 144)

2001-11-28 Thread natesanden
I'm getting an error when i query a table i created. I have about 7 or 8 records, which showed up just fine, but all of a sudden I get this SQL-query : [Edit] SELECT * FROM `clients` LIMIT 0, 30 MySQL said: Can't open file: 'clients.MYD'. (errno: 144) whenever I try to browse or query the clie