Re: New to MySQL
1 What problem are you trying to solve by rebuilding the index?
2 To do it ...
alter table tbl drop index index_name;
alter table add index(column_name[,...]);
See the manual page for alter table.
What cmd elicited "Table does not support optimize..."?
Subject
Written By
Posted
September 02, 2021 03:40PM
Re: New to MySQL
September 02, 2021 03:57PM
September 02, 2021 04:00PM
September 02, 2021 08:34PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.