Steven
Feb 16 2007, 06:36 PM
I was checking out my database in phpMyAdmin, and this is what it says under indexes in my comments table:
PRIMARY and INDEX keys should not both be set for column `id`
Will this cause problems if I leave it like this?
Thanks,
Steven
Amelie
Feb 16 2007, 06:52 PM
No it won't, but I think that tutorial was written for an older version of MySQL that might not have set the primary key as an index... Newer versions do this by default, I think. You can delete the index key if you like (click the cross next to it in phpMyAdmin) - this won't affect your blog entries, it will just remove the error.