Problem upgrading 0.8-beta5 to 0.8-beta6
Posted: Sun Apr 10, 2005 6:49 pm
When executing the sql update script it gave me an error, now I tried to apply it manually with phpmyadmin:
@ALTER TABLE {PREFIX}suppress DROP INDEX url_idx;
CREATE INDEX url_idx on {PREFIX}suppress (host, ip);
MfG. Psy
@ALTER TABLE {PREFIX}suppress DROP INDEX url_idx;
CREATE INDEX url_idx on {PREFIX}suppress (host, ip);
Code: Select all
Error
SQL-query:
@ALTER TABLE {PREFIX}suppress DROP INDEX url_idx
MySQL said:
#1064 - You have an error in your SQL syntax near '@ALTER TABLE {PREFIX}suppress DROP INDEX url_idx' at line 1