Re: ERROR 1030: Got error 124 from table handler

2002-11-07 Thread David Herring
same ;) Regards, Jocelyn - Original Message - From: "Dicky Wahyu Purnomo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 08, 2002 2:11 AM Subject: Re: ERROR 1030: Got error 124 from table handler Pada Fri, 08 Nov 2002 01:59:20 + David Herring

Re: ERROR 1030: Got error 124 from table handler

2002-11-07 Thread David Herring
odafone_Collaborate' at line 1 mysql> Any other ideas ? Would trying an older version of MySQL be useful ? thx dave Dicky Wahyu Purnomo wrote: Pada Fri, 08 Nov 2002 01:59:20 + David Herring <[EMAIL PROTECTED]> menulis: What does "ERROR 1030: Got error 124 from ta

ERROR 1030: Got error 124 from table handler

2002-11-07 Thread David Herring
Hi, What does "ERROR 1030: Got error 124 from table handler" mean when trying to select a single value from a table created as a UNIOn of another table ? When selecting just the primary key from a UNION table, with MySQL 3.23.53 I get the following error - however if I select the primary ke

merge tables - errorno: 143 - Is there a limit on columns with mergedtables ?

2002-09-22 Thread David Herring
Hello, I get the following error when trying to access a table created of TYPE=MERGE mysql> describe yy; ERROR 1016: Can't open file: 'yy.MRG'. (errno: 143) Reducing the number of colums in the tables to be merged removed the problem. Any ideas gratefully received, Dave ( MySQL version:

How does MySQL generate it's web based documentation

2001-08-16 Thread David Herring
Good morning, Does anyone have any details on the how the MySQL searchable documentation is produced. Is the content held in MySQL with PHP to produce the frontend pages - and is this something that can be applied generally for web based doumentation services. Thx dave ---