Re: Incorrect key file for table '%-.64s'

2005-12-20 Thread Daniel Martinez
On 12/17/05, Gleb Paharenko [EMAIL PROTECTED] wrote:
 Hello.



  and slave. Error on master: 'Incorrect key file for table '%-.64s



 Really, the name of the table is strange enough. Is it possible that

 you have non-latin symbols in table name, which are displayed

 incorrectly on your terminal?

The tables names are using latin carachters without exception, i
checked the tables but no error was there.

I have to SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1; to skip THAT query.

Thanks for the help.
Daniel

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Incorrect key file for table '%-.64s'

2005-12-16 Thread Daniel Martinez
Hello list,

After running my mysql server 4.1.14  with replication over some
months without any problem, suddenly the slave's sql thread crashes.

The error log says:
051215 17:29:49 [ERROR] Slave: Query caused different errors on master
and slave. Error on master: 'Incorrect key file for table '%-.64s';
try to repair it' (1034), Error on slave: 'no error' (0)

My question is... what is that %-.64s table? How can i fix?

Thanks in advance.
Daniel

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]