Database Table is Missing Primary Key
-
Table
wp_mo_optin_advance_stat
is missing the Primary Key. Please consider adding one, as it’s required for proper MYSQL row-based replication. For example, my host, Digital Ocean requires Primary Keys on all tables – see https://www.digitalocean.com/docs/databases/mysql/how-to/create-primary-keys/I’m using the following fix in the mean time:
ALTER TABLE wp_mo_optin_advance_stat ADD id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY FIRST;
Thanks,
Tim
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Database Table is Missing Primary Key’ is closed to new replies.