Re: about creation error of full text index

2004-08-23 Thread Koh Woojong
L PROTECTED] Subject: Re: about creation error of full text index Date: Mon, 23 Aug 2004 14:57:43 +0300 고 우종 <[EMAIL PROTECTED]> wrote: > mysql> select count(*) from pages; > ERROR 1016 (HY000): Can't open file: 'pages.MYI'

Re: about creation error of full text index

2004-08-23 Thread Egor Egorov
°í ¿ìÁ¾ <[EMAIL PROTECTED]> wrote: > mysql> select count(*) from pages; > ERROR 1016 (HY000): Can't open file: 'pages.MYI' (errno: 144) > mysql> repair tables pages; > +---++--+-+ > > | Table | Op | Msg_type |

about creation error of full text index

2004-08-22 Thread 고 우종
hi, I have some problem with full text search of mysql. I have the same problem as below articles. http://lists.mysql.com/mysql/157526 I'm using UTF-8 encoding for CJK. I want to know solution about this error. In my case, ==