Looking in phpMyAdmin trying to resolve problems with phpBB and have noticed that in some of the tables, including gl_users, there is the following
Text Formatted Code
PRIMARY and INDEX keys should not both be set for column `uid`
Text Formatted Code
PRIMARY PRIMARY 121 uid
LOGIN INDEX 121 uid
passwd
username
users_username INDEX 121 username
users_fullname INDEX 121 fullname
users_email INDEX 121 email
users_passwd INDEX 121 passwd
users_pwrequestid INDEX 121 pwrequestid
I haven't changed anything in the database and this was a fresh install, therefore not sure if a server setting has done this or something in the MySQL install file?