SQL Query to Drop\Delete Indexes from a Table
Drop the index named index_name from table_name:
DROP INDEX index_name ON table_name; |
More information:
More Related Posts
- [2016/05/15] Disable MySQL Performance Schema
- [2016/09/28] Quickly Rename MySQL Database
- [2016/05/15] Increase MySQL Max Connections Limit
- [2016/05/15] How to Change MySQL User Password
- [2016/05/15] How to Recover MySQL Root Password
- [2016/05/15] Mysqli() Headers Client Library Minor ...
- [2016/05/15] Manage Remote MySQL Server with Local ...
- [2016/05/15] How to Create a MySQL Database