I have a mysql database that runs for some time now with many changes on it. Lately i looked over it and i noticed that in some cases i have doubled index on the same field. Some Indexes are missing, And mainly there is a huge mess in all the indexes.
I wants to drop all indexes from a table. Later on i have a prepared script that will ALTER TABLE and will add the relevant indexes.
Is there a way to drop all indexes from a table?
10x.