Hi,
I have a question about searching in MySQL:
I have a table with 1.5+ million records in only one field plus the auto increment field. The records might seem similar some times, but some others they are not what kind of query I can run to try to find similar items?
Note: I was thinking about LIKE queries or FULL TEXT, but after testing them I found out they are not good.
Thank you