Answer the question
In order to leave comments, you need to log in
Why doesn't mysql index work?
Created an index like this:
ALTER TABLE news ADD FULLTEXT INDEX idx_content (content)
SELECT * FROM news WHERE MATCH (content) AGAINST ('book') LIMIT 10
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question