Incorrect key file for table ONLY when using dotConnect
Posted: Sat 08 Jan 2011 16:18
I'm a little confused here. I have a large table that I can successfully query from using a MySql client from (for example TOAD) but when I run the exact same query using dotConnect for MySQL I recieve the following error:
Incorrect key file for table 'C:\Users\MYSQLA~1\AppData\Local\Temp\#sqlbb8_255_0.MYI'; try to repair it.
I'm really confused here, any ideas?? I can read other smaller tables in the database, but this one is large (6 million). But like I said, it works fine using TOAD. here is a sample query.
select column1 from table where column1 = 'Y' order by column1 limit 0, 25
Incorrect key file for table 'C:\Users\MYSQLA~1\AppData\Local\Temp\#sqlbb8_255_0.MYI'; try to repair it.
I'm really confused here, any ideas?? I can read other smaller tables in the database, but this one is large (6 million). But like I said, it works fine using TOAD. here is a sample query.
select column1 from table where column1 = 'Y' order by column1 limit 0, 25