How to delete INDEX from a mysql MyISAM table using the command "myisamchk"?
The ALTER TABLE products DROP INDEX productname
command gives a Error message "Lost connection to MySQL server during query" continuously. The table contains around 4million records
Thanks