SQL errors when updating to latest version
-
Hi,
After updating to the latest version, I have multiple occurrence of errors in the PHP error log like:
Specified key was too long; max key length is 1000 bytes
ALTER TABLEwp_mec_usersADD PRIMARY KEY (id), ADD UNIQUE KEYemail(email);Incorrect table definition; there can be only one auto column and it must be defined as a key
ALTER TABLEwp_mec_usersMODIFYidint NOT NULL AUTO_INCREMENT;Multiple primary key defined
ALTER TABLEwp_mec_occurrencesADD PRIMARY KEY (id), ADD KEYpost_id(post_id), ADD KEYoccurrence(occurrence);What do you suggest?
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘SQL errors when updating to latest version’ is closed to new replies.