Hugo Koji Kobayashi writes:

> I'm making some tests with mysql and I got the errors below when I
> run these selects:
> 
> SELECT id, COUNT(*) FROM error_test WHERE info = 1 GROUP BY id LIMIT 10;
> ERROR 1034: Incorrect key file for table: '#sql17adb_41f_4'. Try to
> repair it

If you get an error message, be sure to read it. :-O
Run a REPAIR TABLE on the table, and then it should work.

//C

-- 
 Carl Troein - Círdan / Istari-PixelMagic - UIN 16353280
 [EMAIL PROTECTED] | http://pixelmagic.dyndns.org/~cirdan/
 Amiga user since '89, and damned proud of it too.


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