GRANT. See section GRANT syntax. (Compatibility function). This always succeeds. You should use the
MySQL privilege tables. See section How does the privilege system work?
CREATE INDEX. See section CREATE INDEX syntax (Compatibility function). This always succeeds. You
should create your index with CREATE TABLE. See section CREATE TABLE syntax.
You can also use ALTER TABLE. See section ALTER TABLE syntax.
DROP INDEX. See section DROP INDEX syntax (Compatibility function). This always succeeds. You can use
ALTER TABLE to drop indexes. See section ALTER TABLE syntax.
Go to the first, previous, next, last section, table of contents.