Quote:
Originally Posted by xtremeoff-road
Hmmm says it cannot drop:
ALTER TABLE user DROP INDEX ratetradetotal;
Nevermind, looks like when I dropped the first one, it dropped the second?? Would it have done that?
|
I don't know MySQL that well, but I'd say that's possible, as it's an index on the table and doesn't make sense to keep that if the table itself isn't around anymore.