Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. 1. Duplicate entry 'X-Y-Z' for key index_titles (where index_titles is an index in table_search)
  2.  
  3. 2. After this there where lots of errors: Incorrect key file for table './database/table_search.MYI'; try to repair it
  4.  
  5. 3. After this there where lots of errors: Table './database/table_search' is marked as crashed and should be repaired
  6.  
  7. myisamchk table_search.MYI
  8.  
  9. myisamchk: error: Keypointers and record positions doesn't match
  10. MyISAM-table 'table_search.MYI' is corrupted
  11.  
  12. myisamchk -r -o table_search.MYI
  13.  
  14. ft_min_word_len=3
  15.  
  16. shell> myisamchk --recover --ft_min_word_len=3 table_search.MYI
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement